I have just updated to RC1 MVC from the beta product.
I have the following code in my Application_start (in the global.ascx)
System.Web.Mvc.ModelBinders.Binders[typeof(Shared.DO.Gig)] = new GigModelBinder();
This results in the following exception....
Method not found: 'System.Collections.Generic.IDictionary`2 System.Web.Mvc.ModelBinders.get_Binders()'.