Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.net MVC 3 project files not showing up in new project dialog?

I installed ASP.net MVC 3 on my dev machine yesterday using the web-based installer, did a clean reboot, etc.

The MVC 3 projects still don't appear in my New Project dialog, only the MVC 2 ones. Am I missing a step?

like image 383
Yes - that Jake. Avatar asked Feb 25 '23 04:02

Yes - that Jake.


2 Answers

The answer (in this case): Make sure you have the .net 4 runtime selected at the top of the new project dialog.

like image 118
Yes - that Jake. Avatar answered Feb 27 '23 18:02

Yes - that Jake.


If you're using Visual Studio 2008, it won't show up since it's available for VS 2010 / .NET 4 only. If however you are using VS 2010 and .NET 4, they should appear unless something wonky occurred with the install.

like image 28
dreadwail Avatar answered Feb 27 '23 18:02

dreadwail