Visual Studio 2013 only opens 2012 projects

0

Whenever I create a new project in VS2013, I have no project option, only the option: WEB >> Visual Studio 2012 . So yes, I have several project options like MVC 3 and 4 and so it goes. How do I update? I tried NuGet, but it's still the same thing.

    
asked by anonymous 17.07.2014 / 22:54

2 answers

1

In Visual Studio 2013, ASP.NET only uses MVC5, so it only has one option:

In the Visual Studio 2012 option, there is still backward compatibility for MVC4 at most.

    
17.07.2014 / 23:13
1
Visual Studio 2013 does not provide access to some templates that were available in Visual Studio 2012 . If you want to use one of these templates , you can click Visual Studio 2012.

See in this link .

    
17.07.2014 / 23:11