Problems building last SVN version (1 Viewer)

bodiroga

Portal Pro
January 1, 2008
241
46
Home Country
Spain Spain
Hi all!

I'm trying to build the latest SVN version of MP2 with MSBUILD_Rebuild_Release_Client file with no success. I don't understand what's happening since I was able to compile other SVN versions without any problems using the same method. Attached you have the build.log file that appears in the Build folder after compiling. Here is the problem:

AutoPlay.cs(30,19): error CS0234: El tipo o el nombre del espacio de nombres 'Presentation' no existe en el espacio de nombres 'MediaPortal' (¨falta una referencia de ensamblado?)
AutoPlay.cs(35,19): error CS0234: El tipo o el nombre del espacio de nombres 'Presentation' no existe en el espacio de nombres 'MediaPortal' (¨falta una referencia de ensamblado?)
AutoPlay.cs(37,30): error CS0234: El tipo o el nombre del espacio de nombres 'MediaManagement' no existe en el espacio de nombres 'MediaPortal.Extensions' (¨falta una referencia de ensamblado?)
AutoPlay.cs(38,19): error CS0234: El tipo o el nombre del espacio de nombres 'Presentation' no existe en el espacio de nombres 'MediaPortal' (¨falta una referencia de ensamblado?)
AutoPlay.cs(45,27): error CS0246: No se puede encontrar el tipo o el nombre de espacio de nombres 'IAutoPlay' (¨falta una directiva using o una referencia de ensamblado?)
AutoPlayMediaItem.cs(28,30): error CS0234: El tipo o el nombre del espacio de nombres 'MediaManagement' no existe en el espacio de nombres 'MediaPortal.Extensions' (¨falta una referencia de ensamblado?)
AutoPlayMediaItem.cs(29,30): error CS0234: El tipo o el nombre del espacio de nombres 'MetaData' no existe en el espacio de nombres 'MediaPortal.Extensions' (¨falta una referencia de ensamblado?)
AutoPlayMediaItem.cs(33,36): error CS0246: No se puede encontrar el tipo o el nombre de espacio de nombres 'IMediaItem' (¨falta una directiva using o una referencia de ensamblado?)
AutoPlayMediaItem.cs(76,12): error CS0246: No se puede encontrar el tipo o el nombre de espacio de nombres 'IMetaDataMappingCollection' (¨falta una directiva using o una referencia de ensamblado?)
AutoPlayMediaItem.cs(108,12): error CS0246: No se puede encontrar el tipo o el nombre de espacio de nombres 'IRootContainer' (¨falta una directiva using o una referencia de ensamblado?)
Done Building Project "C:\Users\Aitor\Mediaportal 2\MediaPortal\Source\UI\UiComponents\AutoPlay\AutoPlay.csproj" (Rebuild target(s)) -- FAILED.

The error says that "type or namespace name for "Presentation", "MediaManagement", "MetaData" don't exist in the namespace Mediaportal". It also says that names or types of namespaces "IAutoPlay", "IMediaItem", "IMetaDataMappingCollection", "IRootContainer" couldn't be found.

If I try to open the build MediaPortal.exe file, the screensplash stays there forever and I get the attached Mediaportal.log file (you can see there the error message).

What's happening here? Am I doing something wrong?

Many thanks for all your work and effort.

Best regards,

Aitor
 

Albert

MP2 Developer
  • Premium Supporter
  • February 18, 2008
    1,297
    1,130
    45
    Freiburg im Breisgau, Germany
    Home Country
    Germany Germany
    AW: Problems building last SVN version

    Please try the debug configurations. I often forget to maintain the release configurations because I'm always working with the debug configs.
    The proplem here is that the Autoplay project should not be built; I don't know why it's configured to be built in that configuration... Have to check that tonight.
     

    Users who are viewing this thread

    Top Bottom