

LOG: DisplayName = .9.0, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Running under executable C:\WINDOWS\Microsoft.NET\Framework\v9\MSBuild.exe No description available.Īssembly manager loaded from: C:\WINDOWS\Microsoft.NET\Framework\v9\clr.dll

I'm running into a version conflict now with the Shell dll (version I have is 10.0) from my log viewer: Registering the Shell.9.0.dll with the gac didn't solve my issue.

I'm still tinkering with some configurations though. I still get stuck with the same ValidateAddInXMLTask error. "c:\workspace\dotnet\watereditor10\watereditorextension.csproj" (default target) (1) ->īuild step 'Build a Visual Studio project or solution using MSBuild.' marked build as failure Confirm that the declaration is correct, and that the assembly and all its dependencies are available.ĭone Building Project "c:\workspace\dotnet\watereditor10\watereditorextension.csproj" (default targets) - FAILED. The system cannot find the file specified. Could not load file or assembly '.9.0, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Treating the project as if it had ToolsVersion="3.5".Ĭ:\Program Files (x86)\MSBuild\ESRI\(36,5): error MSB4062: The "ValidateAddInXMLTask" task could not be loaded from the assembly, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86. Project file contains ToolsVersion="4.0", which is not supported by this version of MSBuild.

Project "c:\workspace\dotnet\watereditor10\watereditorextension.csproj" on node 0 (default targets). $ cmd.exe /C C:\Windows\Microsoft.NET\Framework\v3.5\msbuild.exe c:\workspace\dotnet\watereditor10\watereditorextension.csproj & exit %%ERRORLEVEL%%Ĭopyright (C) Microsoft Corporation 2007. Path To MSBuild.exe: C:\Windows\Microsoft.NET\Framework\v3.5\msbuild.exeĮxecuting command: cmd.exe /C C:\Windows\Microsoft.NET\Framework\v3.5\msbuild.exe c:\workspace\dotnet\watereditor10\watereditorextension.csproj & exit %%ERRORLEVEL%% When I try and compile my add-in project with msbuild I receive the following error (more specifically, the following comes from Jenkins, but it's the same error locally): I would like to add a desktop add-in that I am also working on to this server, however in order for that to happen I need to be able to build with msbuild.exe. I am in the process of putting together a CI Server application (Jenkins) that is currently building my SOA application.
