System.Web.Mvc not functioning as expected after Windows Update

前端 未结 10 2190
孤独总比滥情好
孤独总比滥情好 2020-12-05 06:01

After yesterday\'s Windows Update, I seem to have issues building my projects.

Related Windows Updates could be:
ASP.NET MVC 2.0: KB2993939
ASP.NET MVC 3.0:          


        
10条回答
  •  天涯浪人
    2020-12-05 06:51

    Try to install/repair ASP.NET MVC using the last versions of MSI packages available from here.

    If you use bindingRedirect in web.config it could be required (it was not needed in my projects) to update the sections too. See the answer. It all still not helps I would recommend to examine other web.config files in your project, like ~/Views/web.config for example.

提交回复
热议问题