ASP.NET MVC4 solution fails to build after installing KB2993928

前端 未结 6 1337
天命终不由人
天命终不由人 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:11

    This was done by a security update on October 15th from Windows Update. You will need to run the updates on your build servers too.

    Link to update: http://www.microsoft.com/en-ie/download/details.aspx?id=44533

    This update fixes other versions as well.

    You will likely have to update your projects to the newer version, as it changes the version number and removes the older version completely.

提交回复
热议问题