asp.net-mvc 如何将 MVC 安装到 Visual Studio 2008 中?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1978368/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do I get MVC installed into Visual Studio 2008?
提问by djangofan
Does anyone have any basic instructions for setting up a first MVC project in Visual Studio 2008? I just installed Visual Studio 2008 and I am finding various instructions on how to set up the programming environment, but it's very complicated and there is no way to tell if the route I am taking is the best one.
有没有人有在 Visual Studio 2008 中设置第一个 MVC 项目的任何基本说明?我刚刚安装了 Visual Studio 2008,我正在寻找有关如何设置编程环境的各种说明,但它非常复杂,无法判断我所走的路线是否是最好的路线。
If I want to start developing a MVC project, what do I need to do in order to get it going?
如果我想开始开发一个 MVC 项目,我需要做什么才能让它继续下去?
I am very confused by the "Web Client Guidance" instructions. For example, they don't say where to put the Microsoft.Web.Mvc.dll file.
我对“Web 客户端指南”说明感到非常困惑。例如,他们没有说明将 Microsoft.Web.Mvc.dll 文件放在哪里。
回答by ACP
Use Visual studio 2008 sp1 to get mvc installed...
使用 Visual Studio 2008 sp1 安装 mvc...
Here is the download link
这是下载链接
To get started With MVC
开始使用 MVC
System Requirements
Supported Operating Systems: Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP
.NET 3.5 SP1. Visual Studio 2008, Visual Studio 2008 SP1 or Visual Web Developer 2008 SP1 are required to use certain parts of this feature.
系统要求
支持的操作系统:Windows Server 2003;视窗服务器 2008;视窗Vista;Windows XP
.NET 3.5 SP1。需要 Visual Studio 2008、Visual Studio 2008 SP1 或 Visual Web Developer 2008 SP1 才能使用此功能的某些部分。
回答by Jonathan Lampe
The official Microsoft MVC links for Visual Studio 2008 now seem to be dead.
Visual Studio 2008 的官方 Microsoft MVC 链接现在似乎已失效。
To get this working on my old Vista laptop (with Visual Studio 2008) in 2013, I did this: - Upgraded to Visual Studio SP1 - Followed this link to download and install "AspNetMVCRC-setup.msi" (1.74 MB): http://go.microsoft.com/fwlink/?LinkID=141184&clcid=0x409
为了在 2013 年在我的旧 Vista 笔记本电脑(使用 Visual Studio 2008)上使用它,我这样做了: - 升级到 Visual Studio SP1 - 按照此链接下载并安装“AspNetMVCRC-setup.msi”(1.74 MB): http: //go.microsoft.com/fwlink/?LinkID=141184&clcid=0x409
Once that was in place, my old Visual Studio let me create "Web | ASP.NET MVC Web Application" projects. Took about an hour and a half from end-to-end.
一旦到位,我的旧 Visual Studio 让我创建“Web | ASP.NET MVC Web 应用程序”项目。从头到尾花了大约一个半小时。
回答by Graviton
First of all, you need to download MVC from here.
首先,您需要从这里下载 MVC 。
After that, proceed with the installation.
之后,继续安装。
You might want to refer to the tutorial for starters.
您可能需要参考初学者教程。
回答by KramerC
If you are talking about ASP.NET MVC, you can get it from here: http://www.asp.net/mvc/download/
如果你在谈论 ASP.NET MVC,你可以从这里得到它:http: //www.asp.net/mvc/download/
回答by Gabe
All I did was install the MVC installer and I opened their example app and it worked.\
我所做的只是安装了 MVC 安装程序,然后我打开了他们的示例应用程序,它工作正常。\

