I am trying to migrate one of our projects to TFS 2010 beta to take advantage of the new Agile process template and the test and laboratory manager, but have not yet migrated to VS2010 (since there is no CF support). The problem is that our .NET 3.5 Compact Framework projects are not built in Team Build 2010. He complains about the missing AddHighDPIResource task. Apparently he is looking at the wrong build of Microsoft.CompactFramework.Build.Tasks.
I tried the suggestion mentioned here to modify ToolsPath. This led to the release of the correct msbuild.exe, but the .rsp file that Team Build passes refers to building a logging class using .NET 4.0. As a result, msbuild.exe throws an exception that mentions a class that is built in a newer version of the CLR. I donโt know how to fix it, but if I donโt find a solution or workaround by the end of the week, the management forces us to return to TFS 2008.
source
share