Click here to Skip to main content
15,911,039 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

please suggest some steps for converting the .net website/application from framework 3.5 to framework 4.0.

Thanks
Renuka
Posted
Comments
Sergey Alexandrovich Kryukov 9-May-11 2:54am    
Please fix the title. 4.0, not 4.5.
--SA

This is the Best Solution[^]

second Option

Go to Project right click on it --> Properties ---> Application -- Select Target Framework you wants....and then Select
 
Share this answer
 
v2
Practically, there is nothing you may need. You can build your 3.5 projects with 4.0 Framework. If you use Visual Studio, it will open the solution or project and suggest you to do the conversion automatically. It should work without your intervention.

Generally, you can expect warnings from the obsolete attribute of some declarations. I do not know such cases in conversion from 3.5 to 4.0.

—SA
 
Share this answer
 

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