MediaPortal2 IUser namespace could not be found (1 Viewer)

Jayakanthan

Portal Member
January 16, 2014
11
1
50
Home Country
Sri Lanka Sri Lanka
Hi all,

I loaded the source MediaPortal.Client solution project from MediaPortal2 to Visual Studio 2013. I could able to compile all the .csproj files except the Project Login.csproj under Inclubator/UICompenents

When I Build the Login project. I am getting following error.

Error 61 The type or namespace name 'IUser' could not be found (are you missing a using directive or an assembly reference?) .....MediaPortal-2-master\MediaPortal\Incubator\Login\LoginModel.cs 145 12 Login

I hope someone would help me to solve this error.

Thanks
 

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    The login project is not able to compile in its current state. That's why it is disabled in both debug and release project configs.

    I think it will be used in future to manage user logins (currently each MP2 client PC is an own "user").
     

    Jayakanthan

    Portal Member
    January 16, 2014
    11
    1
    50
    Home Country
    Sri Lanka Sri Lanka
    I did find only IUserManagement.cs and UserManagement.cs files under Services/UserManagement of MediaPortal.UI project.[DOUBLEPOST=1389869613][/DOUBLEPOST]So Can I remove the login project from the solution and run.
     

    Users who are viewing this thread

    Top Bottom