The “EnsureBindingRedirects” task failed unexpectedly

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

    It's a bug in Microsoft.Bcl.Build and to solve it you have to put culture info in the assemblyIdentity-part of web.config or app.config.

    For example if you have:

    
       
       
    
    

    change it to:

    
        
        
    
    

提交回复
热议问题