Just try:
Is Visual Studio 2008 upgraded to SP1 (Google to download - its big)?
Are all previous ASP.NET MVC Beta and RC traces deleted?
The project contains MSTest tests, and your version does not support MSTest?
How did you install IIS7 (or rather 7.5 on Windows 7)? Did you do this using the "Add" Remove Windows Components function, did you enable ASP.Net when working in the Internet Information Server?
Can you create a new ASP.Net MVC application, this shows in "Add New Projects"? And copy the Web.config file to the existing one? It may have been created with the previous version, and the build IDs no longer match.
When you install Visual Studio 2008, you accidentally deleted the web application bit in Customize / Advance (don't remember the exact wording), but IIRC displays it as a sibling on a branch where there is a Visual C # option.
user53791 Sep 10 '09 at 8:43 2009-09-10 08:43
source share