I am getting the following error when deploying my project to Amazon Elastic Beanstalk:
Could not load file or assembly 'Magick.NET-x86.DLL' or one of its dependencies. The specified module could not be found.
I have many other DLLs in the bin folder, and this one the only one that throws this error. The DLL doesn't have any dependencies as far as I know.
I don't get this error when running locally and the dll is set to "Do not copy" in the advanced options, like the other DLLs.
I am running ASP.NET 4.5 / C# Project
Running dependency walker on the EC2 server of the Elastic Beanstalk I get:
How can I make this dll load when launching my project on Elastic Beanstalk?