The “EnsureBindingRedirects” task failed unexpectedly

后端 未结 14 2115
甜味超标
甜味超标 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:40

    In general it's Microsoft.Bcl.Build failling. In my case was after a merge and Git add invalid data to my web.config. Just open the web.config file and check for lines like this:

    • <<<<<<< HEAD
    • =======
    • >>>>>>> dev

    Remove them.

提交回复
热议问题