无法在 Visual Studio 2008 中创建 Asp.net MVC 2 项目
我使用 Web PI(在 Windows XP 上)安装了 Microsoft 的 Asp.net MVC 2,但它从未标记为已安装!
我在“C:\Program Files\Microsoft ASP.NET\ASP.NET MVC 2\Assemblies”中找到了“system.Web.Mvc.dll”,所以我很确定它确实已安装,但我无法创建新的 Asp Visual Studio 2008 中的 .net MVC 项目,因为该选项不存在...
问题可能是因为,我一开始安装了 VS2010 Beta,但当我看到可能无法使用 MVC2 时将其卸载
I Installed Microsoft's Asp.net MVC 2 using the Web PI (on Windows XP) but it is never marked as installed!
i have found the "system.Web.Mvc.dll" in "C:\Program Files\Microsoft ASP.NET\ASP.NET MVC 2\Assemblies" so i'm pretty sure it's indeed installed but i cannot create a new Asp.net MVC project in Visual Studio 2008 because the option isn't there...
The problem might be because, i installed VS2010 Beta at first but uninstalled it when i saw it might not be possible to use MVC2 with it
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以下载 VS 2008 工具,它将安装适用于 MVC 2 的 VS 模板。
ASP.Net MVC 2 RTM 下载:
http://www .microsoft.com/downloads/en/details.aspx?FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9&displaylang=en
You can download the VS 2008 tools and it will install the appropriate VS templates for MVC 2.
ASP.Net MVC 2 RTM Download:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9&displaylang=en
问题解决了,我使用的是一台非常过时的机器(甚至没有 XP SP3),我更新了 .net Framework 3.5,现在我可以选择:)
Problem solved, i was on a really outdated machine (which don't even have XP SP3) i updated .net framework 3.5 and now i have the option :)