Starting a process from a windows service

kidoo

Member
Joined
Oct 1, 2005
Messages
7
Location
Jamaica
Programming Experience
1-3
Hi guys good day,

I am having this problem where i am starting a i am using the System.Diagnostics.Process class to start and application to run a process from a Windows Servcie.. The process object successfully starts the application which in turn successfully begins its process.. My problem is that the application runs for different time intervals without completing its process and then just stops and remain in memory.. Does anyone have any idea what might be happening... The process object is set to wait indefinetly for the application to finish its process and this is working ok as even though process remains in memory doing nothing the process does not ends.
 
Back
Top