Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
(Move to ...)
Event registration app with QR/Paypal
Home
▼
Tuesday, May 14, 2013
How to solve problem “The type 'System.Web.Mvc.ModelClientValidationRule' exists in both” when try open MVC3 project after installed MVC4
Simplest way:
Open project references list, and remove System.Web.WebPages.from references
http://stackoverflow.com/questions/7510484/modelclientvalidationrule-conflict
‹
›
Home
View web version