Tagged Questions

1
vote
3answers
2k views

How do I restart my C# WinForm Application?

Developing a C# .NET 2.0 WinForm Application. Need the application to close and restart itself. Application.Restart(); The above method has proven to be unreliable. What is a better way to …