Quantcast
Channel: Ghostscript.NET
Viewing all articles
Browse latest Browse all 393

New Post: Getting Null reference error when using Rasterizer

$
0
0
I guess that _lastInstalledVersion is null and that is because Ghostscript.net doesn't find the installed Ghostscript application.
Make sure that you run your application in 64 bit mode (since you installed the 64 bit version of ghostscript).
You can check if that's the case by checking the Envionment.Is64BitProcess property.
Console.WriteLine("Environment.Is64BitProcess:"+Environment.Is64BitProcess);

Viewing all articles
Browse latest Browse all 393

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>