The “EnsureBindingRedirects” task failed unexpectedly

后端 未结 14 2111
甜味超标
甜味超标 2021-02-06 20:56

When I create new ASP.NET 4.5 web forms application from vs2012 and update all nuget packages, I receive this error on build:

相关标签:
14条回答
  • 2021-02-06 21:58

    You have added a reference of a file which actually doesn't exists in your solution folder.

    0 讨论(0)
  • 2021-02-06 22:00

    In my case issue have revealed after I merged a branch which broke my web.config file. It added comment character sequence <!-- without closing part -->.

    Making file markup valid fixed the issue.

    0 讨论(0)
提交回复
热议问题