c# windows service

后端 未结 3 899
太阳男子
太阳男子 2020-12-22 10:57

I have a running windows service. I would like to monitor a c# console application from the windows service. My c# console

3条回答
  •  梦毁少年i
    2020-12-22 11:23

    Does your console application log any errors? Perhaps try checking the error logs to see what might be the cause of the console app issue. This question may guide you to an answer/fix:

    Avoid Program Stopped Working in C#

提交回复
热议问题