views:

215

answers:

1

I have installed Visual Studio 2010 (final) and then Visual Studio 2008. Now I have to open a project with VS2008 that uses MVC2. Is there any problem to install MVC2 after VS2010?

+1  A: 

If you want to have the Visual Studio 2008 ASP.NET MVC Project Template, then yes you need to install it, otherwise the assemblies are already in the GAC. Also the project you are trying to open must have been created with VS2008.

Darin Dimitrov