less than 1 minute read

In this post i show you how you can migrate your existing project to MVC4 and make compitable for vnext.

for visual studio 2010 you can install the MVC4 in your own system through WPI

for migrating the project see the reference

http://www.asp.net/learn/whitepapers/mvc4-release-notes#_Toc303253806

for vnext

visual studio 2011 not working with MVC3 project without installing MVC3 for it (vnext). for getting MVC3 in Vnext get the setup from here. this can provide support for MVC3 in Vnext

http://www.microsoft.com/download/en/details.aspx?id=1491

for getting Microsoft web plateform

http://www.microsoft.com/web/downloads/platform.aspx

Updated: