简体   繁体   English

Visual Studio 2010对.NET 4.5的支持

[英]Visual Studio 2010's support for .NET 4.5

Having read numerous posts on the net and here at Stack Overflow about this I still am unsure as to whether VS 2010 supports .NET 4.5. 在网上阅读了很多帖子,在Stack Overflow上有关于此问题,我仍然不确定VS 2010是否支持.NET 4.5。 MS states on http://www.microsoft.com/en-in/download/details.aspx?id=30653 that it is an in place upgrade .NET 4. MS在http://www.microsoft.com/en-in/download/details.aspx?id=30653上声明它是一个升级版.NET 4。

Does this mean that once .NET 4.5 has been installed on a machine with VS2010 installed I can still leave my target as .NET 4 but it will actually be using 4.5? 这是否意味着一旦安装了VS2010的机器上安装了.NET 4.5,我仍然可以将我的目标保留为.NET 4,但实际上它将使用4.5? For various reasons I cannot upgrade to VS 2012. 由于各种原因,我无法升级到VS 2012。

All pointers greatly appreciated. 所有指针都非常感谢。

您无法使用VS2010定位.NET 4.5。

.NET 4.5 does not install side by side with .NET 4.0, it replaces it. .NET 4.5不与.NET 4.0并排安装,而是替换它。 But it still allows you to target .NET 4.0 with it installed, so it shouldn't break the installation AFAIK. 但它仍然允许您安装.NET 4.0,因此它不应该破坏安装AFAIK。 But you can't utilize any of the .NET 4.5 features since you can't target anything higher than .NET 4.0 in Visual Studio 2010. 但是您无法使用任何.NET 4.5功能,因为您无法在Visual Studio 2010中定位高于.NET 4.0的任何内容。

If you need to use these features, you will have to install Visual Studio 2012. 如果需要使用这些功能,则必须安装Visual Studio 2012。

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

相关问题 我需要Visual Studio 2012 for .NET 4.5还是Visual Studio 2010适合4.5? - Do I need visual studio 2012 for .NET 4.5 or is visual studio 2010 fine for 4.5? 视觉工作室2010中的json支持 - json support in visual studio 2010 是否可以在Visual Studio 2012中使用.NET 4.5框架构建Outlook 2010加载项? - Can you build an Outlook 2010 add in using .NET 4.5 framework in Visual Studio 2012? Visual Studio 2010中的ASP.Net WebService在哪里? - Where's the ASP.Net WebService in Visual Studio 2010? Visual Studio 2010是否支持Eclipse的“生成委托方法”? - Does Visual Studio 2010 support something like Eclipse's “Generate delegate methods”? 如何防止Visual Studio提示将项目.NET 4升级到.NET 4.5 - How to prevent Visual Studio to prompt to upgrade projects .NET 4 to .NET 4.5 支持.NET 4.5和DotNetCore - Support .NET 4.5 and DotNetCore .NET 4.5中的Visual Studio解决方案中的项目引用 - Project References within a Visual Studio Solution in .NET 4.5 如何在Visual Studio 2008中打开和编译.net 4.5 Winform应用程序 - how to open and compile .net 4.5 winform app in visual studio 2008 在没有Visual Studio for Dot Net 4.5的情况下使用Tfs客户端dll - Use Tfs client dll without Visual Studio for Dot net 4.5
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM