Archive

Archive for May, 2019

Tips to fix ‘Could not load file or assembly..

May 7, 2019 Leave a comment

Tips to fix ‘Could not load file or assembly..’ like this :

err_load_assembly

in web.config, delete all <assemblyBinding>, and then execute this (in NuGet Package Manager console) :

Get-Project -All | Add-BindingRedirect

 

Categories: .Net Tags: