Click here to Skip to main content
15,891,031 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have devloped web application in .Net Framework 4.0 but i want to make setup in .Net Framework 3.5
Posted

1. Open Solution Explorer
2. Right click on the project to open the properties of the project
3. Change Target Framework from .Net Framework 4 to 3.5.
 
Share this answer
 
Comments
Member 7959293 23-Jun-11 8:37am    
thanks
Sergey Alexandrovich Kryukov 23-Jun-11 13:57pm    
Correct, my 5.
--SA
Just change the target framework to 3.5. Just go to the property window of the solution and project and change it to 3.5
 
Share this answer
 
Comments
Member 7959293 23-Jun-11 8:37am    
thanks

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