Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find MVC3 Template

I have Visual Studio 2010, and I can't seem to find the MVC3 template when creating a new project. I only have the MVC2 template, but most of these tutorials on the actual ASP.net website have MVC3 already installed. Is there somewhere I need to go to add the template to my Visual Studio templates?

like image 391
anthonypliu Avatar asked Dec 28 '22 00:12

anthonypliu


2 Answers

VS2010 shipped with MVC2. You need to install MVC3 before you get the templates. You can find the installer at http://www.asp.net/mvc/mvc3.

like image 91
tvanfosson Avatar answered Jan 08 '23 10:01

tvanfosson


Change the framework version to dot Net 4.0 and the templates should appear.

like image 45
Chriseyre2000 Avatar answered Jan 08 '23 11:01

Chriseyre2000