While we appreciate comments from our users, please follow our posting guidelines. Have you tried the Cyotek Forums for support from Cyotek and the community?

Styling with Markdown is supported

Original Comment

Pete

# Reply

Where do you place the gsdll32.dll for a web application? in the bin folder? or make a custom folder like lib? I tried this and then adding network service and IIS read/write permissions to the folder but I get a Unable to load DLL 'gsdll32.dll': error.

Gravatar

Richard Moss

# Reply

Pete,

Did you check my article on my experiences of testing using ASP.net (http://cyotek.com/blog/displaying-the-contents-of-a-pdf-file-in-an-asp-net-application-using-ghostscript)?

It needs to be in the bin folder (or system32 worked as well as I recall), but the important thing is that you have IIS set to run your app as 32bit if you are using the 32bit dll. From your comment, it sounds like either it's not in the path, or it's running in 64bit - take a peek at the article and see if this helps you.

Regards; Richard Moss