changing mvc 2 project to mvc 3http://forums.asp.net/t/1800510.aspx/1?changing+mvc+2+project+to+mvc+3Sat, 05 May 2012 19:14:51 -040018005104967209http://forums.asp.net/p/1800510/4967209.aspx/1?changing+mvc+2+project+to+mvc+3changing mvc 2 project to mvc 3 <p>Hi&nbsp;</p> <p>I have been working on a mvc 2 project, nerddinner, I have made many changes to it, e.g. making it multilanguage etc.&nbsp;</p> <p>However there are many improvements in mvc 3 like calling WCF methods from views, which is not possible in mvc 2.&nbsp;</p> <p>I cannot start to convert each and every line of code to mvc 3. Is there a fast and easy way to change this web project to mvc 3?</p> <p>My intended goal of the conversion is to to be able to use the new features of mvc 3 along side with the code (mvc 2) I have already written.&nbsp;</p> <p></p> <p>&nbsp;</p> 2012-05-05T18:57:22-04:004967218http://forums.asp.net/p/1800510/4967218.aspx/1?Re+changing+mvc+2+project+to+mvc+3Re: changing mvc 2 project to mvc 3 <p>The <a href="http://www.asp.net/whitepapers/mvc3-release-notes">MVC 3 release notes</a> describe how to convert a project to MVC3. If you then want the .ASPX files converted to Razor, <a href="https://github.com/telerik/razor-converter">Telerik wrote a conversion tool</a>.</p> 2012-05-05T19:14:51-04:00