Reputation: 3278
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?
Upvotes: 18
Views: 20539
Reputation: 11235
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)
Upvotes: 4
Reputation: 1063
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.
Upvotes: 7
Reputation: 547
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.
Upvotes: 10