Hello again all,
I've hit another snag with my .net web service. I'm trying to "SaveAs" a datastore as a PDF! and it's failing. I am able to successfully SaveAs Text! and XLSX! without issue, so that leads me to believe that the issue is with the webservice's rights to use ghostscript.
I'm trying this on localhost, and I have a regular PB test app that runs the same code successfully. I have ghostscript 8.70 installed, the Sybase DW printer and I'm using Win7 64 bit.
I tried giving the IIS_IUSRS and the pbdotnet4apppool user full control of the gs8.70 folder. I also tried copying the gsdll32.dll file to my system32 and the webservice's bin folder. None of these helped.
Any ideas?
TIA,
Steve