Hi Albert,
Sorry for a late response.
Error -15 means "rangecheck" error. But since you used Ghostscript 8.15 (which is a bit old version) it's not surprising as Ghostscript.NET is tested with native Ghostscript library 9.0 and on.
If you want to use Ghostscript.NET in both x86 and x64 environments and your projecct target CPU is 'Any', you need to install both native Ghostscript libraries:
x86; gs915w32 -> http://downloads.ghostscript.com/public/gs915w32.exe
x64: gs915w64-> http://downloads.ghostscript.com/public/gs915w64.exe
Cheers,
Josip
Sorry for a late response.
Error -15 means "rangecheck" error. But since you used Ghostscript 8.15 (which is a bit old version) it's not surprising as Ghostscript.NET is tested with native Ghostscript library 9.0 and on.
If you want to use Ghostscript.NET in both x86 and x64 environments and your projecct target CPU is 'Any', you need to install both native Ghostscript libraries:
x86; gs915w32 -> http://downloads.ghostscript.com/public/gs915w32.exe
x64: gs915w64-> http://downloads.ghostscript.com/public/gs915w64.exe
Cheers,
Josip