共通言語ランタイムデバッグサービス
いままで普通に動いていたアプリケーションが急に動かなくなり、下記のエラーメッセージが表示されます。
アプリケーションで、 ハンドルできない例外が発生しました。
処理 ID=0x178 (376)、 スレッド ID=0xa10 (2576)
アプリケーションを終了するには 【OK】をクリックしてください。
アプリケーションをデバッグするには、【キャンセル】をクリックしてください。
このエラーメッセージの詳細が下記になります
このダイアログ ボックスではなく、Just-In-Time (JIT) デバッグを呼び出すための詳細については、
このメッセージの最後を参照してください。
************** 例外テキスト **************
System.TypeInitializationException: "a" のタイプ初期化子が例外をスローしました。 ---> System.Net.Sockets.SocketException: ソケット操作によりネットワークの停止が検出されました。
at System.Net.Sockets.Socket..ctor(AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType)
at a..cctor()
--- 内部例外スタック トレースの終わり ---
at c.q(Object A_0, EventArgs A_1)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(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)
************** 読み込まれたアセンブリ **************
mscorlib
アセンブリ バージョン : 1.0.5000.0
Win32 バージョン : 1.1.4322.573
コードベース : file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
以下文字数制限のため省略
と表示されてなにがなんだかわからない現状です。
誰か詳しい方がいましたら、ご教授願います。
よろしくお願いいたします。