升级 ASP.Net MVC 解决方案的框架
我们有一个使用 Visual Studio 2008 和 .net Framework 3.5SP1 开发的 ASP.Net MVC 1.0 解决方案。
我们现在想将Visual Studio升级到2010,
- 如果我们只是在VS 2010中打开解决方案,不更改框架版本,我们可以像以前一样继续开发吗?
- 如果我们在VS 2010中打开解决方案并将框架版本更改为4.0,我们会自动开始使用ASP.Net MVC 2.0,还是会继续使用ASP.Net MVC 1.0?
- 升级到 ASP.Net MVC 2.0 时有什么需要考虑的吗?
谢谢
设拉子
We have an ASP.Net MVC 1.0 solution developed using Visual Studio 2008 and .net Framework 3.5SP1.
We would now like to upgrade Visual Studio to 2010.
- If we just open the solution in VS 2010 and do not change the framework version, can we just continue to develop as before?
- If we open the solution in VS 2010 and change the framework version to 4.0, will we automatically start using ASP.Net MVC 2.0, or will it continue to use ASP.Net MVC 1.0?
- Is there anything we need to take into consideration when upgrading to ASP.Net MVC 2.0?
Thanks
Shiraz
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
TempData
handling, and the return types of HTML helpers. These are breaking changes. There's a wizard which tries to help, but you're going to have to fix some of this manually.除非您运行该工具升级到 2.0,否则它将继续使用 ASP.NET 1.0。如果我没记错的话,该工具所做的就是更新您的 web.config 以将所有 MVC 引用指向 2.0 而不是 1.0
It will continue using ASP.NET 1.0 unless you run the tool to upgrade to 2.0. If I am not mistaken, all the tool does is update your web.config to point all MVC references to 2.0 instead of 1.0