mephraim / ghostscriptsharp

A C# wrapper for the Ghostscript library (1.1)
MIT License
205 stars 102 forks source link

GeneratePageThumb crash on 64 bits #21

Open cesarDevOp opened 7 years ago

cesarDevOp commented 7 years ago

Hello, i am using this function and Works fine in 32 bits application, but i need to run it on 64 bits.

Exception: An unhandled exception of type 'System.BadImageFormatException' occurred in GhostscriptSharp.dll

Additional information: Se ha intentado cargar un programa con un formato incorrecto. (Excepción de HRESULT: 0x8007000B)

Could you help me? Thanks

dylanvdmerwe commented 7 years ago

Any luck with this?

dylanvdmerwe commented 7 years ago

See this work around: https://github.com/mephraim/ghostscriptsharp/issues/18