简体   繁体   中英

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?

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

是的,你可以在项目属性中设置目标,不应该遇到任何问题。

是的,VS 2010支持在.net 2.0 3.5和4中开发

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM