вторник, 3 декабря 2013 г.

How to install asp.net mvc3 after mvc4 installation

I have Visual Studio 2010, Service Pack1 and MVC4 installed and worked perfectly.
I want to build my old MVC3 project. But AspNetMVC3ToolsUpdateSetup.exe is failed to setup.

Solution:
extract and install only this packages from AspNetMVC3ToolsUpdateSetup
aspnetmvc3.msi
aspnetwebpages.msi
aspnetmvc3vs2010tools.msi
aspnetwebpagesvs2010tools.msi

is taken from here