Application.Current.Shutdown(); を実行した後、私の C# アプリはまだ RAM にあります。
(db接続は以前に閉じられています)
(Application.Current.Exit += new ExitEventHandler(Current_Exit); も使用されます)
使用する別のステートメントはありますか?
この問題は、別の Windows XP システムと Server 2008 で発生します。
よろしく、ジェフ
Application.Current.Shutdown(); を実行した後、私の C# アプリはまだ RAM にあります。
(db接続は以前に閉じられています)
(Application.Current.Exit += new ExitEventHandler(Current_Exit); も使用されます)
使用する別のステートメントはありますか?
この問題は、別の Windows XP システムと Server 2008 で発生します。
よろしく、ジェフ