Click here to Skip to main content
15,867,895 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to migrate Project from .net2.0 to .net 4.0
present i am working in VS2010
Posted
Comments
Reiss 11-Nov-11 8:18am    
Make sure you have a full back up of your project before you do the migration - just in case you have a client who can't move to the newer framework and you need to support it.

1 solution

Just change the target framework in the properties:

Right click your project in the Solution Explorer.
Select "Properties" from the drop down
In the "Application" tab, select the "Target Framework" dropdown.
Pick the version you want.
Save the properties, and re-build.
 
Share this answer
 
Comments
Reiss 11-Nov-11 8:17am    
have my 5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900