0

I am using Process.start(). But in that case it is getting created as a child of the calling process.

  • Are you setting the [StartInfo](https://msdn.microsoft.com/en-us/library/system.diagnostics.process.startinfo(v=vs.110).aspx) for the `Process` you are attempting to start, or at least calling `Process.start` with the file name? – Jonathon Ogden Jul 26 '16 at 13:02
  • I am calling as Process.Start(fullPathtoexe); – Somesh Dhal Jul 26 '16 at 13:17

0 Answers0