I have a solution which contains multiple .net framework version 2 projects. Now i need to convert whole project to .net framework 4 .So how should i start it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not a real question by Daniel Mann, L.B, Matt Fenwick, Tim Post♦ Aug 22 '12 at 8:49
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Go to the project properties and change the target framework to .NET 4.0. That's really all there is to it. If you then have issues building the project, that's a whole different story and you can post a new question. Here's a link to an MSDN article on the subject if you need step-by-step instructions. |
|||
|
|