|
分類:[.NET 全般]
WindowsXP VisualStudio2003 VB.Netにて作成したアプリケーションを、別のWindowsXPパソコンへインストールし起動させたところ数時間後に[共通言語ランタイムデバッグサービス]においてアプリケーションで、ハンドルできない例外が発生しました。 処理ID=0x5f0、スレッド=0x7e4です。エラーログを確認したところ [Source] System.Windows.Forms [Message] オブジェクト参照がオブジェクト インスタンスに設定されていません。 [TargetSite] IntPtr SetFocus(System.Runtime.InteropServices.HandleRef) [StackTrace] at System.Windows.Forms.UnsafeNativeMethods.SetFocus(HandleRef hWnd) at System.Windows.Forms.ContainerControl.FocusActiveControlInternal() at System.Windows.Forms.Form.set_Active(Boolean value) at System.Windows.Forms.Form.WmActivate(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) となっていました。
どなたか、発生原因と解決策を教えていただけないでしょうか。
|