Hello, I have a web solution implemented in VS2010 using dot net MVC2. I tried to open it using VS 2012 RC but it complained about incompatibility. Is there any way to upgrade mvc2 application to mvc4 ? or I will have to live with mvc 2 iteself. Can't I
use newer versions of VS (2012) to open my mvc2 solution? Thx.
you might try upgrading your mvc2 application to mvc 3 and after that you should be able to open in vs2k12, also you might be able to upgrade to mvc 4 afterwards once you're in vs2k12
kumrv
Member
1 Points
1 Post
Cannot open MVC2 solution in VS 2012 RC
Jul 26, 2012 07:49 AM|LINK
Hello, I have a web solution implemented in VS2010 using dot net MVC2. I tried to open it using VS 2012 RC but it complained about incompatibility. Is there any way to upgrade mvc2 application to mvc4 ? or I will have to live with mvc 2 iteself. Can't I use newer versions of VS (2012) to open my mvc2 solution? Thx.
mvc
sp00k
Participant
1916 Points
435 Posts
Re: Cannot open MVC2 solution in VS 2012 RC
Jul 26, 2012 07:52 AM|LINK
you might try upgrading your mvc2 application to mvc 3 and after that you should be able to open in vs2k12, also you might be able to upgrade to mvc 4 afterwards once you're in vs2k12
ref: http://blogs.msdn.com/b/marcinon/archive/2011/01/13/mvc-3-project-upgrade-tool.aspx
mvc
Matthijs Wes...
Member
2 Points
1 Post
Re: Cannot open MVC2 solution in VS 2012 RC
Dec 24, 2012 07:14 AM|LINK
It is also possible to open your MVC 2 (or 1) application in vs2012.
Here is a description on how to achieve this.
mvc