views:

266

answers:

1

What will be broken after migrate to MVC 2?


I wonder what breaking changes will come with MVC 2, so how traumatic will be the migration?

How much smooth have been your experience migrating?

+4  A: 

The release notes have the breaking changes

http://go.microsoft.com/fwlink/?LinkID=157066

I had no problem upgrading, just some issue with registering Castle Windsor IoC container... only had to change the signature though:

http://stackoverflow.com/questions/2004850/migrate-from-net-mvc-1-to-mvc-2-rc

Dzejms
Thanks a lot : )
SDReyes