I am having some difficulty using the MagickNet library in a web application. I am using the x86 libraries on my development PC. I am publishing the code to an IIS Application pool with "Enable 32-bit Applications" set to True.
The application works well in Visual Studio Web 2012 Express, but the deployed application results in:
The application works well in Visual Studio Web 2012 Express, but the deployed application results in:
Could not load file or assembly 'Magick.NET.DLL' or one of its dependencies. The specified module could not be found.
I will work on getting x86_64 (my end goal) working once I get this going.