Last Updated: February 25, 2016
·
1K
· vquaiato

System.Web.Mvc reference issue

Since Microsoft made a Security Update (??) an broke all the ASP.NET MVC builds the easiest solution to fix is to update the reference using NuGet, something like this:

Install-Package Microsoft.AspNet.Mvc -Version  4.0.40804.0 -Project <ProjectName>