asp.net-mvc - 为什么安装了 MVC 4 和工具后,Visual Studio 2010 中没有 MVC 4 项目模板?

标签 asp.net-mvc visual-studio-2010

当我在 Visual Studio 2010 中创建新的 Web 项目时,我没有看到 MVC 4 Web 项目的选项。我安装了 MVC 4(预览版)和 VS2010 MVC 4 工具。我看到了 MVC2 和 MVC3 的版本。

最佳答案

您无法创建 MVC 4 网站,也无法创建 .Net 3.5 Web 应用程序。

你可以走了

文件 -> 新建 -> 项目 -> 选择 .Net Framework 4 -> ASP.NET MVC 4 Web 应用程序

关于asp.net-mvc - 为什么安装了 MVC 4 和工具后,Visual Studio 2010 中没有 MVC 4 项目模板?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7744143/

相关文章:

javascript - blockUI 试图实现您的请求正在处理弹出窗口仅在调试时在服务器上不起作用

ASP.NET-MVC2 : Why does TryUpdateModel ignore properties after the second level of the object model tree?

c# - Entity Framework 迁移未检测到任何更改

javascript - MVC Ajax调用问题

ASP.NET 调试服务器而不调试 IE

javascript - 使用 JQuery 或 Js (MVC) 禁用更新表单中的“保存”按钮

c++ - 如何构建 VS 2010 的 C 运行时库?

javascript - Visual Studio 2010 坚持在 JavaScript 中插入空格

visual-c++ - fatal error C1083 : Cannot open include file: 'boost/regex.hpp' : No such file or directory

visual-studio - 如何在Visual Studio 2010中设置Qt路径?