Tagged Questions
10
votes
11answers
18k 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 ...
4
votes
6answers
871 views
C# .Net exe doesn't close when PC is restarted, keeping the machine from restarting
We have a SmartClient built in C# that stubornly remains open when the PC its running on is being restarted. This halts the restart process unless the user first closes the SmartClient or there is ...