Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

asp.net mvc 3 installed but no templates in vs 2010

when creating a new project and no error messages in setup either !!

I have repeated the setup a few times to no avail

anyone else have the same issue or find an answer ?

like image 897
Kumar Avatar asked Feb 03 '11 22:02

Kumar


2 Answers

Make sure you are targetting .NET 4

enter image description here

like image 70
marcind Avatar answered Nov 15 '22 10:11

marcind


Make sure you have removed any previous Beta and RC versions before installing the ASP.NET MVC 3 RTM. Also try installing it by downloading the full installer. Once installed you should see the new templates when creating a new web application in Visual Studio. The templates appear when creating a new web application and not new web site.

like image 39
Darin Dimitrov Avatar answered Nov 15 '22 09:11

Darin Dimitrov