Hello,
How to run exe program from windows service using c#.
This is mycode:
System.Diagnostics.Process.Start(@"E:\PROJECT XL\INI SQLLOADER\ConsoleApplication2\ConsoleApplication2\ConsoleApplication2\bin\Debug\ConsoleApplication2.exe");
When i run this service not happening. Please tell me whats wrong with my code. Thanks
Loading
Suthish NairPosted Mar 16, 2011, 3:32 PM
Link1 Link2
Vijay YadavPosted Mar 15, 2011, 3:13 AM
Amit ChoudharyPosted Mar 15, 2011, 3:12 AM
Use below code: