I want to build my application with the function to restart itself. I found on codeproject
ProcessStartInfo Info=new ProcessStartInfo(); Info.Arguments=\"/C
Why not use
Application.Restart();
??
More on Restart