Windows Service doesn't start automatically

ぐ巨炮叔叔 提交于 2019-12-05 18:59:34

A few suggestions to try out:

  • Check the system even logs
  • Add logging to your service, e.g. to system event log or use log4net
  • Strip the service down to a single message in the start-up or create a new stripped-down minimal service with as little dependencies as possible. See whether this starts
  • Check under which account your service is running and whether this account has the permission to "Run As A Service"
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!