What is causing Ghostscript to return an error of -100?

前端 未结 3 2221
自闭症患者
自闭症患者 2021-02-18 23:18

So, I am using Matthew Ephraim\'s GhostscriptSharp, which is a simple C# wrapper for the unmanaged Win32 Ghostscript DLL in my ASP.Net MVC project. Some background:

Wha

3条回答
  •  遥遥无期
    2021-02-19 00:07

    Most likely the process running the web application does not have permission to write to the directories that you are using. I'd suggest creating some specific directory for the app to use and a local id to use to run the app pool, then give that id enough privileges to read/write the directory you've created.

提交回复
热议问题