Click here to Skip to main content
15,882,163 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
is it possible to downgrade application written in visual studio 2010 to visual studio 2008?

if yes please tell me how?


thanks :)
Posted
Comments
Richard MacCutchan 26-Nov-12 7:58am    
Visual Studio is an IDE not a language.

Yes.

Open the application in VS 2010. Then change the target framework to 3.5 and recompile the application. Rewrite the code in 3.5 syntax if you have used any 4.0 constructs.A lot of information available here[^]

When all the compile errors are resolved, you can open the application in VS 2008.
 
Share this answer
 
Converting the Framework First open your project then right click the solution Explorer
->Choose Property Pages->click Build->then Change the framework in Target Framework then click Apply
 
Share this answer
 
v2
Comments
[no name] 31-Jul-15 9:07am    
This has nothing to do with the question asked, asked and answered 3 years ago.

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