简体   繁体   English

从.NET Framework 4.0升级到4.5

[英]Updgrade from .NET Framework 4.0 to 4.5

I Have a solution with a lot of projects (WCFs, MVC 3, Console and Class Libraries). 我有很多项目的解决方案(WCF,MVC 3,控制台和类库)。 I retarget the .Net Framework in all projects from 4.0 to 4.5 and build all without errors. 我将所有项目中的.Net Framework重新定位为从4.0到4.5,并全部构建而没有错误。

Except for having to install .NET Framework 4.5 on the server, do I need to check or to be worried with something else? 除了必须在服务器上安装.NET Framework 4.5之外,我是否需要检查或担心其他问题?

Is the process of retargeting the .Net Framework simple at all? 重新定位.Net Framework的过程是否很简单?

根据我的经验,这很简单-但是有一些正式的重大更改 (这些更改从未影响过我的升级)

.Net 4.5 is an "in-place upgrade" to .NET 4.0 so there SHOULD be no problems. .Net 4.5是对.NET 4.0的“就地升级”,因此应该没有问题。

I highlight the "should" as there are some rare cases where it can make problems, but only testing your application will tell you that. 我强调“应该”,因为在少数情况下它可能会引起问题,但是只有测试您的应用程序才能告诉您。

如果从2.0或3.5等较旧版本进行升级,则您更有可能遇到问题。

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

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