views:

561

answers:

1

Has anyone run into the error where your upgrading a VS2008 project which targets .NET 3.5 to VS2010 and the error message states that you don't have .NEt 3.5 installed?

Snippet from the error message below

"is targeting ".NETFramework, Version=v3.5, Profile=Full", which is not installed on this machine"

I know that running multiple unreleased products together increases my changes for failure, but I would still like to try.

A: 

Well, at this time, this error appears to be a bug in VSTS2010.

https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=453802

Please vote for the bug in MS Connect if you have this problem as well.

Russ