I'm trying to use the GhostScriptSharp dll in a website, however my IIS does'nt seem to find it. This is the error I get:
Unable to load DLL '~/lib/gsdll32.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
I've tried the suggestions here: http://agnosticdeveloper.blogspot.co.uk/2011/01/ghostscriptsharp-to-create-pdf.html by adding the users IIS and IIS_USER to the website lib folder, and giving them read/write permissions, but I still seem to get the error.
I've seen elsewhere the IISAPPPOOL USER should be added to the folder, however that user does not seem to be present in my list of users.