Top "Assemblybinding" questions

Questions about problems with .NET assembly binding (the mechanism by which the framework selects which assembly file to load when a class is referenced by a program being executed).

How can I enable Assembly binding logging?

I'm getting, "Could not load file or assembly 'Bla' or one of its dependencies. An attempt was made to load …

registry regedit assemblybinding ysod
Could not load file or assembly System.Web.Http, Version=5.2.2.0

I've just uploaded a Asp.Net Web Api 2.2 project to production server and I got the error stated in the …

asp.net asp.net-web-api web-config assembly-binding-redirect assemblybinding
What is the meaning/reason for the generated entries in web.config>configuration>runtime>assemblyBinding?

I've noticed this section in my web.config files for a while and I'm now trying to reason out what …

c# asp.net web-config assemblybinding
.Net Assembly Binding Redirect with Differing Public Key Tokens

Is it possible to perform an assembly binding redirect between different versions of a referenced assembly if the public key …

.net asp.net assemblybinding publickeytoken
Assembly Binding Log Viewer (fuslogvw) not logging any bindings

Assembly Binding Log Viewer (fuslogvw) is not logging bindings for any version of the framework installed on my machine. I …

.net assemblybinding fuslogvw
Assembly Binding Redirection and Code Analysis

I'm using DotNetOpenAuth (which references System.Web.Mvc version 1.0.0.0) in a Mvc 3.0.0.0 project in Visual Studio 2010. I'm using assembly binding …

visual-studio-2010 visual-studio code-analysis assemblybinding
Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.0

I recently installed CsvHelper (https://joshclose.github.io/CsvHelper/) when i try to use the library I get the following …

c# csvhelper assembly-binding-redirect assemblybinding