System.Diagnostics.Process.Start() cannot start process when called from Windows service

后端 未结 4 1700
迷失自我
迷失自我 2021-01-06 08:56

I am trying to start an external process from a .NET Windows service. In the past I have used the Process.Start() overload that takes the executable path and a

4条回答
  •  遥遥无期
    2021-01-06 09:22

    Use Filemon and see if it is trying to open a config file and not finding it. I once had this error due to a malformed config.

提交回复
热议问题