简体   繁体   English

在Visual Studio 2010中使用ASP.NET MVC 1.0或2的帮助

[英]Help with asp.net mvc 1.0 or 2 in Visual Studio 2010

I currently joined a team that is working on an asp.net mvc 1.0 app. 我目前加入了一个团队,该团队正在研究asp.net mvc 1.0应用程序。

The app is quite large so changing to mvc 2 right now is not an option. 该应用程序很大,因此现在不能更改为mvc 2。

I have visual studio 2010 Ultimate which doesnt come with mvc 1. 我有Visual Studio 2010 Ultimate,它不随MVC 1一起提供。

When I tried running opening the solution in my computer I got a conversion wizard. 当我尝试运行在计算机上打开解决方案时,我得到了一个转换向导。 I tried following it but the app just doesnt compile.. it gives plenty of errors and they are all related to mvc 2 new additions 我试过跟随它,但该应用程序只是无法编译..它给出了很多错误,它们都与mvc 2的新增加有关。

My question is. 我的问题是。 Can you run asp.net mvc 1 apps in Visual Studio 2010? 您可以在Visual Studio 2010中运行asp.net mvc 1应用程序吗? thanks ind advance 感谢ind提前

I had the same frowning eye brows when I encountered that. 遇到那皱眉时,我的眉毛也一样。 A simple download and install of ASP.NET MVC 1.0 is what you need. 您只需要简单下载和安装ASP.NET MVC 1.0

The app is quite large so changing to mvc 2 right now is not an option. 该应用程序很大,因此现在不能更改为mvc 2。

Did you try? 你试过了吗? Mostly 2.0 just adds new cool things to 1.0 like areas and better validation (also client side). 通常,2.0只是向1.0中添加了一些新奇的功能,例如区域和更好的验证(也是客户端)。 It's of course your decision but if the architecture team lets you I suggest you try to upgrade and continue on that. 当然,这是您的决定,但是如果体系结构团队允许您,我建议您尝试升级并继续进行下去。

您需要下载ASP.Net MVC 1.0

暂无
暂无

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

相关问题 Visual Studio 2008上不支持asp.net mvc 1.0“项目类型” - asp.net mvc 1.0 “project type is not supported” on Visual Studio 2008 在Visual Studio 2010中使用ASP.NET MVC2 Web应用程序定位.NET3.5? - Targeting .NET3.5 with ASP.NET MVC2 Web Application in Visual Studio 2010? Visual Studio 2010和ASP.NET MVC中HTML5音频控件的问题 - Issue with HTML5 audio control in Visual Studio 2010 and ASP.NET MVC Visual Studio 2010 Express转Pro,安装了ASP.NET MVC 4,但没有选择吗? - Visual Studio 2010 Express to Pro, ASP.NET MVC 4 installed but not an option? “找不到资源。” ASP.NET MVC 2.0 RC和Visual Studio 2010 RC - “The resource cannot be found.” ASP.NET MVC 2.0 RC and Visual Studio 2010 RC 加快Visual Studio 2010 / Resharper / ASP.NET MVC中的编译和单元测试 - Speeding up compilation and unit testing in Visual Studio 2010 / Resharper / ASP.NET MVC 在调试ASP.NET MVC应用程序时,Visual Studio 2010 Dev Server停止提供样式表吗? - Visual Studio 2010 Dev Server Stopped Serving Style Sheets When Debugging ASP.NET MVC app? Visual Studio 2010,用于调试和发布的asp.net mvc3 web.config - Visual Studio 2010, asp.net mvc3 web.config for Debug and Release Visual Studio 2010 和 asp.net mvc3,将新项目添加到现有 - Visual studio 2010 and asp.net mvc3, adding new project into existing 是否可以在Visual Studio 2010中的ASP.NET MVC项目中使用HTML5? - Is it possible to use HTML5 in a ASP.NET MVC project in Visual Studio 2010?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM