Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Can i change version of Framework 4 to 3.5?
Posted
Updated 7-May-13 10:12am
v3
Comments
joshrduncan2012 7-May-13 15:54pm    
With regards to what? .net framework on computer? visual studio target? Please be more specific.

Yes. However, you may find some compilation issues if your code was using anything new in .Net 4.0 in which case you will have to change the code or go back to .Net 4.
 
Share this answer
 
Right click your project in Visual Studio -> Properties -> Application tab, from there you can change the "Target framework" to whatever you want. Be aware, as mentioned above, not all things in .Net 4.0 are available in 3.5.
 
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