Problem with Gallio and TeamCity and the new Visual Studio 2010 release

Posted by Bernard Larouche on Stack Overflow See other posts from Stack Overflow or by Bernard Larouche
Published on 2010-04-13T13:04:00Z Indexed on 2010/04/17 0:33 UTC
Read the original article Hit count: 488

I am running TeamCity on a virtual machine. I have installed the new Visual Studio 2010 release yesterday and converted my VS 2008 projects. I also have installed .NET Framework 4 on my virtual machine.

Before yesterday all my projects were building succesfully on the CI server but since I installed VS 2010 I get the following error message :

error MSB5014: File format version is not recognized. MSBuild can only read solution files between versions 7.0 and 9.0, inclusive.

I did change my config on Team City to take into account the new .NET 4 framework :

Build Runner : MSBuild

Build File Path : CFT.msbuild

MSBuild version : Microsoft.NET Framework 4.0

MSBuild ToolsVersion : 4.0

Run Platform : x86

I think it has something to do with the fact that now MSBuild must refer to .NET 4 framwork but it seems that it keeps refering to 2.0.

© Stack Overflow or respective owner

Related posts about teamcity

Related posts about msbuild