ASP.NET MVC4 solution fails to build after installing KB2993928

前端 未结 6 1342
天命终不由人
天命终不由人 2021-02-14 00:51

We have an ASP.NET MVC 4 solution with a couple of references that has been building without problems for about 2 years now. However, after installing KB2993928 and KB2993937 th

6条回答
  •  被撕碎了的回忆
    2021-02-14 01:19

    The security updates update the assembly version of system.web.mvc.dll. You need to update your csproject to correct the version. Check this post: ASP.NET MVC security patch to version 3.0.0.1 breaks build

提交回复
热议问题