Building OnlineVideos error (1 Viewer)

sax

Portal Member
March 26, 2010
41
2
Home Country
Slovenia Slovenia
Hi,
I hawe problem with building OnlineVideos in MS Visual C# 2010 Express.
when I try build I get the following error:

Error 1 The type or namespace name 'PostProcessing' does not exist in the namespace 'MediaPortal.Player' (are you missing an assembly reference?) F:\cis\Mediaportal\OnlineVideos_new\OnlineVideos.MediaPortal1\Player\OnlineVideosPlayer.cs 11 26 OnlineVideos.MediaPortal1

Error 2 The type name 'Layout' does not exist in the type 'MediaPortal.GUI.Library.GUIFacadeControl' F:\cis\Mediaportal\OnlineVideos_new\OnlineVideos.MediaPortal1\Configuration\PluginConfiguration.cs 49 33 OnlineVideos.MediaPortal1

Error 3 The type name 'Layout' does not exist in the type 'MediaPortal.GUI.Library.GUIFacadeControl' F:\cis\Mediaportal\OnlineVideos_new\OnlineVideos.MediaPortal1\Configuration\PluginConfiguration.cs 50 33 OnlineVideos.MediaPortal1

...

Any suggestion?
 

offbyone

Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    You are building against MP1.1, you'll need to define the conditional compile for that.

    e.g.:
    in file: OnlineVideos.MediaPortal1.csproj.user
    a line: <DefineConstants>MP11</DefineConstants> inside a <PropertyGroup>
     

    Users who are viewing this thread

    Top Bottom