Page 1 of 1
Error With dll
Posted: 2014-03-25T10:53:25-07:00
by lumaluis
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?
Re: Error With dll
Posted: 2014-03-25T11:22:48-07:00
by dlemstra
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
Posted: 2014-03-25T11:51:55-07:00
by lumaluis
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.
Re: Error With dll
Posted: 2014-03-25T13:48:27-07:00
by dlemstra
Can you change the customErrors setting in your web.config? This should give you more information.
Code: Select all
<system.web>
<customErrors mode="Off" />