I have upgraded my solution from VS2008. In our web project there are 2 references to ASP.NET MVC, the Microsoft.Web.MVC and System.Web.MVC. When I try removing the Microsoft.Web.MVC dll from the project and remove it from the web.config. After I do that I get compiler errors? I thought the System.Web.MVC has all the same functionality as the Microsoft.Web.MVC?
Share
Microsoft.Web.MVC has all the MVC Futures, i.e. functionalitites that could be said “not on final release”.