You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: