Compilation error since rev 26269 (1 Viewer)

Status
Not open for further replies.

mironicus

Portal Pro
March 9, 2008
688
44
Since svn 26269 (trunk 1.20) I get compilation errors within Visual Studio 2008. If I downgrade to 26268 everything runs fine.

Fehler 1 Die Metadatendatei "C:\SVN 1.2.0\mediaportal\ProcessPlugins\bin\Release\ProcessPlugins.dll" konnte nicht gefunden werden. HcwHelper (Plugins\HcwHelper\HcwHelper)

Fehler 2 Die Metadatendatei "C:\SVN 1.2.0\mediaportal\ProcessPlugins\bin\Release\ProcessPlugins.dll" konnte nicht gefunden werden. MediaPortal.Tests

Fehler 3 Die Ressourcendatei MiniDisplay\SetupForm.resx konnte nicht gefunden werden. ProcessPlugins
 

Deda

Lead Dev MP1 Videos
  • Premium Supporter
  • March 18, 2009
    2,423
    2,385
    Zagreb
    Home Country
    Croatia Croatia
    Delete this in ProcessPlugins.csproj file, or wait manfred to repair this with missing file SetupForm.cs

    Code:
        <EmbeddedResource Include="MiniDisplay\SetupForm.resx">
          <DependentUpon>SetupForm.cs</DependentUpon>
        </EmbeddedResource>
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom