ojhawkins
ojhawkins

Reputation: 3278

How can I add the MVC 5 project template to VS 2012?

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

Answers (4)

Bronek
Bronek

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

colbyJax
colbyJax

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

Prasanth
Prasanth

Reputation: 3031

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

Upvotes: 2

Related Questions