No MVC template appears in Visual Studio 2015

I'm trying to create an app ASP.NET with MVC 5 template. However, when I try to choose the template this does not appear. Only the empty and web api option appears.

When I use Visual Studio 2013, it does give me the option to use MVC 5. Already try to use the repair option in the Visual Studio Installer, as well as I installed the extensions of Microsoft ASP.NET and Web Tools and Microsoft ASP.NET Web Frameworks and Tools 2015 .

I would appreciate it very much your help.

 2
Author: José Carlos Loarca Hass, 2016-03-25

4 answers

Remember that when you select a project within the ASP.NET 5 template you are actually selecting MVC 6

Getting started with ASP.NET MVC 6

To use MVC 5 you should enable the option within the ASP.NET 4.5

Missing MVC template in Visual Studio 2015

How to create an MVC 5 project in Visual Studio 2015

To display the template of MVC 5 follow the advice of the link, basically from the VS2015 installer it removes the Web developer tools

If after removing the Web developer tools does not appear, try the comments here

ASP.NET MVC Projects in Visual Studio 2015 Enterprise Edition?

Run the command

Devenv / InstallVSTemplates

This way you will reinstall the template

 1
Author: Leandro Tuttini, 2017-05-23 12:39:20

In Visual Studio 2015 usa ASP.NET 5 Templates > Web Application.

The project can use MVC 5!

I tell you that I had the same confusion, since the help indicates a unique MVC template

Http://www.asp.net/mvc/overview/getting-started/introduction/getting-started

 0
Author: Jorgesys, 2016-03-25 01:36:44

You could try installing the latest version of ASP.NET 5 for visual Studio (Microsoft ASP.NET RC1 Update1 ). And before installing it, make sure you have the Microsoft Web Developer Tools installed as they say here

In Visual Studio 2015, the MVC5 and MCV6 project plates have been merged into a single Wizard so when installing this version, I also think installs or could repair MVC5.

If this doesn't work for you, you might have to apply drastic measures such as uninstalling it completely and reinstalling it (for trying to do a clean install)

Hope the first option works for you, luck.

 0
Author: rsciriano, 2016-03-25 13:07:00

Guys I found was to install the mvc, look at the top of the mvc step to step as well as look at which version of the Net Framework was made. luck enter the description of the image here

 0
Author: Andree Torres López, 2019-01-22 17:14:05