System.web.mvc missing

前端 未结 10 1280
逝去的感伤
逝去的感伤 2020-12-02 14:54

We have an old ASP.NET MVC 3 Web Application, building in VS2010, that fails to compile, since last week\'s security update.

The problem is that the reference to Sys

10条回答
  •  没有蜡笔的小新
    2020-12-02 15:49

    Easiest way to solve this problem is install ASP.NET MVC 3 from Web Platforms installer.

    http://www.microsoft.com/web/downloads/

    Or by using Nuget command

    Install-Package Microsoft.AspNet.Mvc -Version 3.0.50813.1
    

提交回复
热议问题