After converting an existent Solution from VS 2008 to VS 2010 I noticed that the Target Framework, for most projects, were kept to .NET Framework 3.5 with the only exception being my Test Project.
My Test Project had .NET framework 4.0 as the target framework. :-(
I tried manually to change the .NET framework back to 3. 5 and got this infamous error:
So basically I am stuck with having my Test Project targeting .NET 4.0 and my other projects targeting 3.5.
My Test Project had .NET framework 4.0 as the target framework. :-(
I tried manually to change the .NET framework back to 3. 5 and got this infamous error:
So basically I am stuck with having my Test Project targeting .NET 4.0 and my other projects targeting 3.5.
The $1000 question is : will the test units work? Thankfully they ran with out any issue. ;-)
The word from MS is:
Posted by Microsoft on 21/08/2009 at 12:58 AM
Thanks for your feedback. We are routing this bug to the product unit who works on that specific feature area. The team will review this issue and make a decision on whether they will fix it or not for the next release.
Thank you,
Visual Studio Product Team
The word from MS is:
Posted by Microsoft on 21/08/2009 at 12:58 AM
Thanks for your feedback. We are routing this bug to the product unit who works on that specific feature area. The team will review this issue and make a decision on whether they will fix it or not for the next release.
Thank you,
Visual Studio Product Team