本文介绍了ASP.Net MVC 1.0在Visual Studio 2010的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是Visual Studio 2010中使用MVC 1.0兼容

好家伙,

感谢您提前阅读。

我用MVC 1.0项目和VS2008的工作。

I'm working with a MVC 1.0 project and VS2008.

我也很乐意升级到VS2010,但我怀疑有关它与MVC 1.0的兼容性。

I will be very glad to upgrade to VS2010, but I'm doubting about its compatibility with MVC 1.0.

你有没有做过?它是如何产生?

Have you done it? How did it result?

推荐答案

Visual Studio 2010中会与ASP.NET MVC 2.0开箱,所以最好的办法是你现有的1.0项目转换为2.0。

Visual Studio 2010 will come with ASP.NET MVC 2.0 out of the box, so your best bet is converting your existing 1.0 project to 2.0.

您的ASP.NET MVC 1.0项目应该是(几乎)在ASP.NET MVC 2.0完全兼容(有轻微重大更改一个小数目)。所有这一切需要的项目转换为ASP.NET MVC 2.0是在项目文件中的GUID的变化。

Your ASP.NET MVC 1.0 project should be (almost) fully compatible with ASP.NET MVC 2.0 (there are a small number of minor breaking changes). All that is required for converting the project to ASP.NET MVC 2.0 is a GUID change in the project file.

查看 ASP.NET MVC 2.0发行说明 有关兼容性和转换的详细信息。

See the ASP.NET MVC 2.0 Release Notes for more information about compatibility and conversion.

这篇关于ASP.Net MVC 1.0在Visual Studio 2010的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 05:37