I have a running windows service. I would like to monitor a c# console application from the windows service. My c# console application reads and writes in the console a sum, multiplication. I would like to open and work with my console application using my windows service. What should i write in OnStart() method in order to execute properly my c# code.
I did put in windows service the exe file (Process.start()) from my console application code but i have the error: console application stopped from working. WHY? please help me:). I know windows services do not work with GUI applications. But I just want to open from my windows service another application (my exe that contains my console app). THX
Can someone give me a little eq that works?:). Thx