I have the next error:
An attempt was made to load an assembly with an incorrect format: C:\Users\lumaluis\Desktop\Magick.NET-6.8.8.901-Q16-x64-net40-client\Magick.NET-x64.dll
I don't know how to fix this error.
Can anyone help me?
Error With dll
Re: Error With dll
You should set the target platform of your application to x64. And if you are not on a 64 bit version of Windows you should download the x86 version of Magick.NET.
Re: Error With dll
i already do that but the application throw me this other error:
Server Error in '/' Application.
Runtime Error
Description: An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page for the first exception. The request has been terminated.
Server Error in '/' Application.
Runtime Error
Description: An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page for the first exception. The request has been terminated.
Re: Error With dll
Can you change the customErrors setting in your web.config? This should give you more information.
Code: Select all
<system.web>
<customErrors mode="Off" />