简体   繁体   English

我可以使用Visual Studio 2010而不是升级到.NET Framework 4.0吗?

[英]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. 我有许多针对.NET Framework 3.5的Visual Studio 2008 Web项目。 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. 我想开始使用Visual Studio 2010,但是.NET Framework 4.0还没有得到网络托管公司的很好支持。 It seems to make sense to stick with the .NET Framework 3.5 for now. 暂时坚持使用.NET Framework 3.5似乎是有道理的。 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中打开我的项目并将它们作为.NET Framework 3.5的目标,我是否会遇到问题?

Visual Studio 2010 supports multitargeting which means that you can target .NET 3.5SP1 with it. Visual Studio 2010支持目标定位,这意味着您可以使用它来定位.NET 3.5SP1。 See the page for more specific details. 有关更多具体细节,请参阅该页面。

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2010无法识别.NET Framework 4.0 - Visual Studio 2010 not recognizing .NET Framework 4.0 在Visual Studio 2010中将2.0 Web参考与.net 4.0项目一起使用 - Use 2.0 web reference with .net 4.0 project in visual studio 2010 我可以在没有XNA Game Studio的情况下在Visual Studio 2010中使用XNA 4.0程序集吗? - Can I use XNA 4.0 assemblies inside Visual Studio 2010 without XNA Game Studio? 在Visual Studio 2010中找不到.net Framework 4.0或.net Framework 4.5 - Cannot find .net Framework 4.0 or .net Framework 4.5 in Visual Studio 2010 Visual Studio 2010和.NET 4.0客户端配置文件 - Visual Studio 2010 and .NET 4.0 Client Profile .NET 4.0的Visual Studio 2010问题 - Visual Studio 2010 Problem with .NET 4.0 带有.NET Framework 2的Visual Studio 2010 - Visual Studio 2010 with .NET Framework 2 从Visual Studio 2008 TFS到2010 TFS以及从Net Framework 3.5到4.0的Visual C ++迁移 - Visual C++ Migration from visual studio 2008 tfs to 2010 tfs and from net framework 3.5 to 4.0 我可以使用Visual Studio 2015来定位.net框架4.7吗? - Can I use Visual Studio 2015 to target .net framework 4.7? 如何在Visual Studio 2010的目标框架中添加点网版本4.0? - How to add dot net version 4.0 in target framework of visual studio 2010?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM