Homepage | About Me | Testing ASP.net Book | Best Blog Posts | Personal Projects | Follow me on Twitter | GitHub | SlideShare | RSS
Blog.BenHall.me.uk

Upgrading a project from ASP.net MVC Beta to ASP.net MVC RC1

Wednesday, January 28, 2009

As I'm sure you are well aware, the ASP.net team have released ASP.net MVC RC1 tonight.  Eager to find out how much additional work I had, I downloaded and upgraded my solution – I was pleasantly surprised.

All I had to do was:

  • Uninstall beta bits
  • Install RC1 bits
  • Update project references for System.Web.Abstractions.dll, System.Web.Mvc.dll and System.Web.Routing.dll
  • Build
  • Test
  • Done!

Following my own advice, I commit the updated installer and assemblies into source control. Everything appears to be working, but I guess your mileage may vary.

Technorati Tags:

Labels:

Blogger comments