I have developed a small application using MVC RC2.
The application works fine in my development environment, but fails when I push it to my production environment with the following error:
Method not found:
'Void System.Web.Mvc.RouteCollectionExtensions.IgnoreRoute
(System.Web.Routing.RouteCollection, System.String)'.
App pool is running .NET 2.x Recent install of .NET Framework 3.5 SP1 Recent install of MVC RC2
Has anyone run into this problem? It seems to be missing the necessary method in the set of assemblies available to the application.