.NET 4.0 build issues on CI Server

Posted by DMcKenna on Stack Overflow See other posts from Stack Overflow or by DMcKenna
Published on 2010-04-28T15:16:27Z Indexed on 2010/04/28 15:23 UTC
Read the original article Hit count: 351

Anybody manage to get .net 4.0 applications compiling on a CI server without installing visual studio 2010 on a CI server. No SDK exists for .net 4.0. Have installed .NET 4.0 on CI Server. Msbuild.exe works for simple projects and give the following warning

(GetReferenceAssemblyPaths target) -> C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(847,9): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in placeof reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about .net-4.0