This standalone application upgrades ASP.NET MVC 2 applications to ASP.NET MVC 3. It works for both ASP.NET MVC 3 RC 2 and RTM. The tool only supports Visual Studio 2010 solutions and MVC 2 projects targeting .NET 4. It will not work with VS 2008 solutions, MVC 1 projects, or projects targeting .NET 3.5. Those projects will first have to be upgraded using Visual Studio 2010 and/or retargeted for .NET 4. The tool will:
- Create a backup of your entire solution
- Update all Web Applications and Test projects to reference System.Web.Mvc v3.0
- Add references to System.Web.Helpers.dll and System.Web.WebPages.dll (new libraries required by MVC 3)
- Upgrade web.config files to reference System.Web.Mvc v3.0 and add configuration and settings to support the new Razor view engine
- Add or upgrade JavaScript files that ship with ASP.NET MVC 3 (jQuery 1.4.4, jQuery UI 1.8.7 jQuery Validation 1.7, Microsoft AJAX)
- Add stylesheets and image assets to support jQuery UI
More information is available on Marcin's blog. This tool is an updated version of what was previously released via Eilon's blog. Update on 4/11/2011: Added option to skip performing a backup
|
Perfect, its does the job and worked first time :-)
by
coppermill
on
Feb 17 at 3:04 PM
its super fast. Thanks :)
by
Kamaleswaran
on
Dec 5 2011 at 12:06 PM
Perfect conversion every time I use it. After you're done converting to MVC 3, try converting your ASPX views to Razor with this tool: http://razorconverter.codeplex.com
by
mpost
on
Jul 15 2011 at 8:02 AM
Did exactly what it said it would. First time. Thanks.
by
garetha
on
Jul 5 2011 at 9:37 PM
Does backup .git/.svn folders which takes forever..
by
glennen
on
Mar 15 2011 at 8:28 AM
Worked well, but didn't add a reference to System.Web.WebPages.dll for one of my projects... funnily enough the only one that was using it!
Edit: It seemed to delete a web.config file it really shouldn't of. Its there in the backup, but now missing from the project. It was needed fo flourinefx to work.
by
Dfects
on
Mar 1 2011 at 9:30 AM
Phew, got twitchy for a while, but this works a treat! - Thanks
by
Kitch
on
Jan 31 2011 at 2:04 PM
Worked perfectly! Thanks
by
mhidinger
on
Jan 30 2011 at 4:27 AM