18

I have Visual Studio 2012 and want to add the MVC 5 template.

How can this be done or it is only available in VS 2013?

ojhawkins
  • 3,200
  • 15
  • 50
  • 67

4 Answers4

10

Update your Visual studio, Here's the link

https://www.microsoft.com/web/handlers/webpi.ashx/getinstaller/WebNode11Pack.appids

You can find more detail from below post.

http://blogs.msdn.com/b/webdev/archive/2013/11/18/announcing-release-of-asp-net-and-web-tools-2013-1-for-visual-studio-2012.aspx

Ravi Selvaraj
  • 547
  • 6
  • 12
  • 3
    Here the direct link, web platform is broken: http://download.microsoft.com/download/2/F/7/2F7FA65F-E8BB-42A2-99A2-7F355225D30C/AspNetWebTools2013_1Setup.exe – Rodrigo Reis Jan 20 '16 at 17:11
7

MVC 5/ Razor 3 support for VS 2012 has not shipped yet. If you want to get started with it, you might want to just install VS 2013 express. It will run side by side with VS 2012.

gunr2171
  • 16,104
  • 25
  • 61
  • 88
colbyJax
  • 1,033
  • 1
  • 9
  • 9
4

This is what you need: http://www.microsoft.com/en-us/download/details.aspx?id=41532

These are generally some VS2013 asp net features which one can install for vs 2012 (from Microsoft)

Bronek
  • 10,722
  • 2
  • 45
  • 46
2

You can upgrade your MVC 4 application to MVC 5 as as given in here. See this link also.

Prasanth
  • 3,029
  • 31
  • 44