Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
If I install dot net 4 then how the softwares or websites developed in this platform can be run on dot net 3.5?
Posted

1 solution

In Visual Studio, you can choose a "Target framework".
Select the .NET Framework 3.5 and then Visual Studio compiles your code to a application for .NET 3.5 and higher.

To find this option, go to Properties->Application.
 
Share this answer
 
v3
Comments
souvikcode 8-Sep-12 12:28pm    
I know this.But actually my question is- in .net 4 there are many attachments as well as improvements in javascripts.So will any problem be occurred on compilation for framework 3.5?
Thomas Daniels 8-Sep-12 12:38pm    
For which type of programs?

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