The “EnsureBindingRedirects” task failed unexpectedly

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

    This happened to me when I had a BIN and OBJ folder marked read only. Remove the read-only on *.dll.config and *.app.config or delete those folders.

提交回复
热议问题