I am trying to start an MVC 5 project after installing a fresh installation of Visual Studio Community 2013 but when I go to
我正在尝试在安装Visual Studio Community 2013的全新安装后启动MVC 5项目,但是当我去的时候
New Project > Templates > Visual C# > Web > Version2012
新建项目>模板> Visual C#> Web> Version2012
all I see in the middle pane is ASP.NET MVC 4 Web Application. Does anyone have any ideas why I do not have ASP.NET MVC 5 Web Application?
我在中间窗格中看到的只是ASP.NET MVC 4 Web应用程序。有没有人有任何想法为什么我没有ASP.NET MVC 5 Web应用程序?
I have .NET Framework 4.5.1 selected.
我选择了.NET Framework 4.5.1。
4 个解决方案
#1
7
In Visual Studio 2013, you need to select ASP.Net Web Application.
在Visual Studio 2013中,您需要选择ASP.Net Web应用程序。
Then you can select what type of Web Application in next step.
然后,您可以在下一步中选择Web应用程序的类型。
#2
2
You must choose New Project > Templates > Visual C# > Web > ASP.NET Web Application and then you will be able to choose MVC between the core references WebForms, MVC and WebAPI
您必须选择新建项目>模板> Visual C#> Web> ASP.NET Web应用程序,然后您将能够在核心参考WebForms,MVC和WebAPI之间选择MVC
#3
2
They merged all the Web Applications into one project type. Select ASP.NET Web Application
then in the next menu, click MVC to create a new MVC 5 project.
他们将所有Web应用程序合并为一个项目类型。选择ASP.NET Web Application然后在下一个菜单中,单击MVC以创建新的MVC 5项目。
A description of the ASP.NET Web Application project can be found here
可以在此处找到ASP.NET Web应用程序项目的说明
#4
2
I had to uninstall all old versions of Visual Studio and then repair the Community version and then the template has miraculously appeared, thanks to everyone who posted.
我不得不卸载所有旧版本的Visual Studio,然后修复社区版本,然后模板奇迹般地出现了,感谢所有发布的人。
#1
7
In Visual Studio 2013, you need to select ASP.Net Web Application.
在Visual Studio 2013中,您需要选择ASP.Net Web应用程序。
Then you can select what type of Web Application in next step.
然后,您可以在下一步中选择Web应用程序的类型。
#2
2
You must choose New Project > Templates > Visual C# > Web > ASP.NET Web Application and then you will be able to choose MVC between the core references WebForms, MVC and WebAPI
您必须选择新建项目>模板> Visual C#> Web> ASP.NET Web应用程序,然后您将能够在核心参考WebForms,MVC和WebAPI之间选择MVC
#3
2
They merged all the Web Applications into one project type. Select ASP.NET Web Application
then in the next menu, click MVC to create a new MVC 5 project.
他们将所有Web应用程序合并为一个项目类型。选择ASP.NET Web Application然后在下一个菜单中,单击MVC以创建新的MVC 5项目。
A description of the ASP.NET Web Application project can be found here
可以在此处找到ASP.NET Web应用程序项目的说明
#4
2
I had to uninstall all old versions of Visual Studio and then repair the Community version and then the template has miraculously appeared, thanks to everyone who posted.
我不得不卸载所有旧版本的Visual Studio,然后修复社区版本,然后模板奇迹般地出现了,感谢所有发布的人。