Is there any issues in using Visual Studio 2010 while we are still targeting .NET 2.0?
Hello,
I'm not aware of any issues with targeting .NET 2.0 with Visual Studio 2010. I've been using this functionality since Beta 1 of Visual Studio 2010. You might have to update your build server to .NET 4.0 and use MSBuild 4.0 because the project files have been updated even though you are targeting .NET 2.0
Thanks
-Blake Niemyjski
Your test projects will be upgraded to use .NET 4.0.
This might cause some problems if you are using LinqBridge to get C# 3.0 and Linq2Objects in you .NET 2.0 projects.
(I keep getting OutOfMemory exceptions from my test projects i VS2010 when testing code that targets .NET 2.0 and uses LinqBridge)
Also - the ReportViewer designer in V2010 is not so good (IMO) when targeting reports for ReportViewer 8.0 / ReportViewer 9.0.
Windows Forms designer and databinding works fine with .NET 2.0 project.
Copyright (c) Marimer LLC