Hi,
"C:\Program Files (x86)\gs\gs909..." says to me that you have 32-bit version installed, otherwise Ghostscript would be installed in the "C:\Program Files\gs\gs909...".
One solution would be to set your project Platform target to: "x86" which will force Ghostscript.NET to use 32-bit version of the Ghostscript which you have currently installed. Other solution would be to install 64-bit Ghostscript library: Ghostscript Downloads Page
Platform target: "Mixed" on 64-bit OS will run your application as 64-bit application and 64-bit Ghostscript library has to be installed, on 32-bit OS will run your application as 32-bit application and 32-bit Ghostscript library has to be installed.
Platform target: "x86" on 64-bit OS will run your application as 32-bit application..... 32-bit Ghostscript library will be used.
Cheers,
Josip
"C:\Program Files (x86)\gs\gs909..." says to me that you have 32-bit version installed, otherwise Ghostscript would be installed in the "C:\Program Files\gs\gs909...".
One solution would be to set your project Platform target to: "x86" which will force Ghostscript.NET to use 32-bit version of the Ghostscript which you have currently installed. Other solution would be to install 64-bit Ghostscript library: Ghostscript Downloads Page
Platform target: "Mixed" on 64-bit OS will run your application as 64-bit application and 64-bit Ghostscript library has to be installed, on 32-bit OS will run your application as 32-bit application and 32-bit Ghostscript library has to be installed.
Platform target: "x86" on 64-bit OS will run your application as 32-bit application..... 32-bit Ghostscript library will be used.
Cheers,
Josip