.net - App Shutdown C# Windows -
My C # app is still in RAM after applying in the application. Current.Shutdown ();
(db
(application.Current.Exit + = New ExitEventHandler (Current_Exit) is also used)
What to use another Is the statement?
The problem occurs on various Windows XP systems and servers.
Kind regards, Jeff
If you have created some threads, then they are still running, either make sure they are finished before the application closes, or make sure That you want the "IsBackground" property of the thread to be "correct" Please get them killed with the application
Comments
Post a Comment