Hi,
I get the below error when a console exe tries to start another console exe.
Error:
Unknown error (0xfffffffe)
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
Code:
I use the below code to start another exe:
...
System.Diagnostics.Process.Start(<exepath>).
I couldn't reproduce this error and it happens rarely. Can you post your ideas to resolve this?
Thanks in advance.
Regards,
Udhay