Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 216
ojhawkins Avatar asked Aug 17 '13 11:08

ojhawkins


People also ask

How do I find the project template in Visual Studio?

For example, you can right-click the project > click properties > select Application and see(refer to) the related information, for example, Output type -- Windows Application, Console Application, Class Library… Or you can find some related information about the project type from items, files etc.


2 Answers

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

like image 85
Ravi Selvaraj Avatar answered Nov 09 '22 23:11

Ravi Selvaraj


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.

like image 31
colbyJax Avatar answered Nov 10 '22 01:11

colbyJax