I was given an MVC project, but I can't open it. Visual Studio says 'project type is not supported'.
I have Visual Studio 2008 (maybe professional) + mvc last version (2 beta).
What must I do?
views:
37answers:
1
+3
A:
Probably this is an ASP.NET MVC V1 project, so you might need to install this as well.
Darin Dimitrov
2009-12-07 07:22:28
how it is possible? on ms site only last version of mvc
kusanagi
2009-12-07 07:23:41
The project type GUID isn't the same for v1 and v2. You need v1 installed to open v1 projects.
Dave Ward
2009-12-07 07:24:53