views:

268

answers:

2

I Installed Microsoft's Asp.net MVC 2 using the Web PI (on Windows XP) but it is never marked as installed!

i have found the "system.Web.Mvc.dll" in "C:\Program Files\Microsoft ASP.NET\ASP.NET MVC 2\Assemblies" so i'm pretty sure it's indeed installed but i cannot create a new Asp.net MVC project in Visual Studio 2008 because the option isn't there...

The problem might be because, i installed VS2010 Beta at first but uninstalled it when i saw it might not be possible to use MVC2 with it

A: 

Problem solved, i was on a really outdated machine (which don't even have XP SP3) i updated .net framework 3.5 and now i have the option :)

Gadgetsan
A: 

You can download the VS 2008 tools and it will install the appropriate VS templates for MVC 2.

ASP.Net MVC 2 RTM Download: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9&displaylang=en

Ankur Bulsara