Error 1053: the service did not respond to the start or control request in a timely fashion

后端 未结 30 1220
無奈伤痛
無奈伤痛 2020-11-29 18:47

I have recently inherited a couple of applications that run as windows services, and I am having problems providing a gui (accessible from a context menu in system tray) wit

30条回答
  •  粉色の甜心
    2020-11-29 19:32

    After fighting this message for days, a friend told me that you MUST use the Release build. When I InstallUtil the Debug build, it gives this message. The Release build Starts fine.

提交回复
热议问题