Hi,
I am working of a PDF to image converstion. I found ghostscriptsharp which is a c# wrapper written for ghostscript. I used it and developed my application. Most thing if not all worked fine when i was testing with my console application.
After I integrated it into the webapp It just would not work. A quick search on the internet pointed me towards permission issues and framework incompatibility. but i have ruled them out.
gs32dll is there in my webapplications bin folder. so no problems there either.
The webapplication is one project (webappLive)
ghostscriptsharp is also a seperate project (GhostscriptSharp) - this has all the DLLImport and stuff
one project will consume the GhostscriptSharp (GHInterface) - just calls the GhostscriptSharp
Any help suggestions will be appretiated.