Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Assembly's manifest definition does not match the assembly reference" #4

Open
dropsonic opened this issue Dec 25, 2018 · 1 comment

Comments

@dropsonic
Copy link

I created a simple console application based on .NET 4.7.2 with the only one NuGet package installed (CloudConvert.NET).
Any usages of CloudConvert.NET classes leads to the following error in runtime:

Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'AutoMapper, Version=3.3.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

I've tried to install the latest version of Autofac (4.8.1) and add a binding redirect to App.config, but it didn't help.

@justinyoo
Copy link
Contributor

Thanks for raising this issue. I'll have a look and get back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants