views:

145

answers:

1

Visual Studio 2008 not picking up the MVC 1.0 project template.

The MVC 1.0 release is installed on my system along with .NET 3.5 w/ SP1 (prereqs).

I can't find the MVC template in the VS application's disk folders when manually searching. My folders are:

VS 2008 (9.0)
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\, relevant subdirectory siblings: ProjectTemplates/, ProjectTemplatesCache/ and Templates/

  • Cannot manually find MVC templates in here
  • all other templates showing in VS New Project dialog are in here

Maybe how do I find the project template and register it for Visual Studio?.. or another workaround?


For reference my other VS installs have for templates:

I have multiple version of VS installed including Express, 2005 Professional and 2008 Team. I'm only concerned about 2008.

VS 2005 (8.0)
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\VSTA\ItemTemplates\

  • no noteworthy templates in here - good

VS Other
C:\Program Files\Microsoft Visual Studio

  • no templates whatsoever - good

Solution

After following accepted answer below, project template appears alt text

A: 

This one might be helpful - forums.asp.net/t/1384062.aspx

can you check this one as well - go.microsoft.com/?LinkID=8900223

Mutant