Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I develop asp.net 3.5/2.0 projects using Visual Studio 2010?

Can I develop asp.net 3.5/2.0 projects using Visual Studio 2010? Or I will be stick on .Net Framework 4.0?

like image 647
Click Ok Avatar asked May 21 '09 05:05

Click Ok


2 Answers

alt text

like image 175
Shoban Avatar answered Oct 12 '22 12:10

Shoban


From MSDN VS 2010

The multi-targeting feature of Visual Studio lets you specify the version of the .NET Framework, or its profile, that is required for your application. The key benefit of multi-targeting is that you can use the current version of Visual Studio to create and develop projects that target earlier versions of the .NET Framework. For example, you can continue to develop projects that were created in Visual Studio 2008 without adding new .NET Framework dependencies.

like image 26
Gary.Ray Avatar answered Oct 12 '22 13:10

Gary.Ray