ASP.NET MVC4 solution fails to build after installing KB2993928

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

    If this issue is caused by references which in turn have dependencies on those specific assemblies, you can remedy this by coercing FxCop to use only the StrongName and ignore the version number. This solution is described here.

    Of course the real solution would be to update the referenced assemblies (with the indirect dependencies) to newer versions.

提交回复
热议问题