Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use Visual Studio 2010 and not upgrade to .NET Framework 4.0?

I have many Visual Studio 2008 web projects targeted at the .NET Framework 3.5. I want to start using Visual Studio 2010, but the .NET Framework 4.0 isn't very well supported by web hosting companies just yet. It seems to make sense to stick with the .NET Framework 3.5 for now. If I open my projects in Visual Studio 2010 and leave them targeted at the .NET Framework 3.5, am I going to have problems?

like image 280
Ben Mills Avatar asked Dec 10 '22 16:12

Ben Mills


2 Answers

Visual Studio 2010 supports multitargeting which means that you can target .NET 3.5SP1 with it. See the page for more specific details.

like image 132
Eric Hauser Avatar answered May 22 '23 11:05

Eric Hauser


Yes you can you can set your target in your project properties and you shouldn't run into any problems.

like image 37
Brian R. Bondy Avatar answered May 22 '23 12:05

Brian R. Bondy