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 ...
0
votes
1answer
81 views
Android service restarting not working
I have build a service to broadcast a timer data to various activities. Usually it runs ok without problems, but there are ocassions when android restarting it does not work as expected.
It has also ...
0
votes
1answer
102 views
Forcing BlackBerry to do a hard restart after app installation
I've been experiencing unexplained connection issues with my BB app. This only happens on a Curve 8520, and only on some of them. There is no noticeable pattern so i cant determine what causes it. The ...