assemblybinding Questions

11

I recently installed CsvHelper (https://joshclose.github.io/CsvHelper/) when i try to use the library I get the following error: Could not load file or assembly 'System.Threading.Tasks.Extension...
Bantling asked 12/2, 2020 at 17:53

10

Solved

I'm getting, "Could not load file or assembly 'Bla' or one of its dependencies. An attempt was made to load a program with an incorrect format." A portion of the detailed info says: "WRN: Assembl...
Ingle asked 16/7, 2013 at 15:58

9

Solved

I've just uploaded a Asp.Net Web Api 2.2 project to production server and I got the error stated in the title. In my Web.config I already have this: <dependentAssembly> <assemblyIdenti...

6

Solved

Assembly Binding Log Viewer (fuslogvw) is not logging bindings for any version of the framework installed on my machine. I tried using a custom log location, the default log location, the default c...
Javed asked 13/7, 2010 at 18:35

4

Solved

I'm trying to update my Diff All Files Visual Studio extension to support VS 2017. When debugging my extension it is complaining that it cannot find a required assembly: System.Windows.Markup.Xaml...

2

I'm trying to move assembly redirects from web.config into an external file. The reason for it is that I want to keep binding redirect in one place and use it on both debug and production configura...

1

Problem description I am trying to debug a problem on a customer's server (Win 2012R2) where one of our .NET Web Applications is hosted in their IIS (version 8.5.9600.16384). Recently, one of our ...
Ahlgren asked 25/7, 2018 at 11:18

2

Solved

It seems like there is so many binding redirects in our web.config that I either: look unnecessary are for assemblies I don't see being referenced anywhere in our solution This is just a sample...

0

When I build my ASP.NET web application I'm seeing the following weird warnings in my build output. 1>------ Build started: Project: Hornet.Api, Configuration: Debug Any CPU ------ 1> No way...
Bakehouse asked 25/4, 2017 at 4:2

3

After upgrading my project from Autofac 2.6.3.862 to 3.4.0.0, I had the following error. I even didn't add any reference to Autofac 3.3.0.0 in any project in solution. === Pre-bind state informati...
Vinegary asked 9/10, 2014 at 11:16

1

Solved

I have 20 projects in a solution file. 1 of the projects is a standard library project that all the the projects reference. About a year ago we added a new nuget package, we'll call it Package A V...

2

Solved

I get a file loader exception (first chance) at the InitializeComponent-method or the debugger breaks at the x:Class attribute of the xaml-root of multiple WPF user controls. Everything works fine ...
Hatchery asked 31/3, 2015 at 13:27

3

Solved

Is it possible to perform an assembly binding redirect between different versions of a referenced assembly if the public key token is null on the older version and set on the newer version? For ex...
Versus asked 3/2, 2010 at 10:43

4

Solved

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 redirection as follows:- <runtime> &lt...
Congressman asked 28/10, 2010 at 12:23

2

Solved

I am running integration tests and when I reach that line of code: WebApiDependencyResolverConfig.Register(config); (uses the autofac container inside) I get this exception: {"Could not load...
Chest asked 27/1, 2014 at 20:14

1

Solved

I am developing a WPF application which is running a powershell script. string scriptPath = "/script/myscript.ps1"; Runspace runspace = RunspaceFactory.CreateRunspace(); runspace.Open(); Pipeline...
Milliner asked 4/7, 2013 at 6:54

3

You can use BindingRedirect to redirect YourAssembly.dll 1.1.0.0 to 1.2.0.0. Does anyone know if its possible to do this if the assembly names are different. E.g. YourAssembly1.dll (v1.1) redir...
Sickroom asked 19/8, 2009 at 18:21

1

Solved

I've noticed this section in my web.config files for a while and I'm now trying to reason out what exactly the purpose is: <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:as...
Dairyman asked 24/2, 2013 at 20:50

2

Solved

I have a Caliburn.Micro application with many projects. Several projects refer to the same dll in a separate folder. Now I needed to replace that dll with a newer version. I removed the reference f...
Copenhaver asked 23/1, 2013 at 15:46

2

Solved

We're having some mystery version mismatches on our referenced dll's loaded at runtime. Errors like: Could not load file or assembly X or one of its dependencies. The located assembly's manifes...
Effect asked 13/1, 2011 at 10:58
1

© 2022 - 2024 — McMap. All rights reserved.