Missing Project Template after installing ASP.NET MVC 2

Posted by DotNetHacker on Stack Overflow See other posts from Stack Overflow or by DotNetHacker
Published on 2010-03-23T12:49:47Z Indexed on 2010/03/23 12:53 UTC
Read the original article Hit count: 250

Filed under:

Hi,

I have downloaded the ASP.NET MVC 2 Release version (using Web Platform Installer) as well as the downloading the file directly from the link in WPI. No error messages are reported after the install.

When I go into Visual Web Developer and select Create New project I only the project reference to ASP.NET MVC version 1.0 and not version 2 (for clarity I have all the other project types, this is just in reference to the MVC projects).

I have restarted, uninstalled and restarted and installed my PC multiple times and it still won't play.

When clicking add a reference I can see the MVC.dll version 2.0.0.0 and add that no problem, but cannot manually upgrade the project since the ProjectTypeGuid used is not recognized.

For reference I am using Visual Web Developer 2008 on Windows XP. ASP.NET MVC version 1.0 is working fine and without issue.

Hope someone else can help.

DNH

© Stack Overflow or respective owner

Related posts about asp.net-mvc-2