I created a windows service with Process.start(filepath) in it. But it is neither working nor showing any errors. I got the file as a background process in the task manager.
I tried BackgroundWorker with DoWorkEventHandler delegate to start the process. But I failed to start the process.
I also tried with ProcessStartInfo and UseShellExecute as false but it is not working.