0

我有一个使用 VS2010 RC 和 .NET 4.0 RC 开发的 MVC2 应用程序。我的生产服务器和我客户的生产服务器有 .NET 4.0 RC。

服务器上.NET 4.0 的RTM 能否支持使用RC 技术开发的应用程序?

反过来呢?如果产品服务器仍然没有 .NET 4.0 RC,我可以使用 VS2010 RTM 并将应用程序部署到生产环境吗?

显然,将所有内容同步到 RTM 是理想的,但我现在没有这个选项,因为客户端还没有访问 VS2010 RTM 的权限,他们希望能够打开和构建项目。

更新:在 VS2010 RTM 中打开解决方案不会导致任何配置文件或解决方案/项目文件发生任何变化,当然也不会导致代码发生变化。构建和部署到我的 .NET 4 RC 服务器工作得很好。

4

1 回答 1

0

RC and RTM didn't change too much. Give it a try, most likely it will run fine.

Update as per comment

Assembly versions should be the same. When I installed RTM on my dev machine, I didn't need to change assembly versions. I obviously can't tell you exactly what to expect as I can't see your code, but I'm confident that you shouldn't encounter any major issues.

于 2010-04-13T20:39:57.267 回答