I have a running windows service. I would like to monitor a c# console application from the windows service. My c# console
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#