|
分類:[.NET 全般]
お世話になります。 このような症状に心当たりのある方いらっしゃらないでしょうか?
・昨日まで動いていたWindowsフォームのVB.NET(2003)アプリが例外を吐き、起動しない。
・フォームにラベル・ボタンだけを配置し、アプリ内での全ての例外をキャッチするようにした 簡単なアプリを作成したところ例外をキャッチしたところ、コントロールの描画で失敗しているらしく、 コントロールが配置されている領域の外枠と赤いバツ印のみが表示される。
・フォームだけのアプリを作ったところ、問題無く起動する。
・Framework1.1をアンインストールし、Framework2.0で動かそうと思ったが、これでもダメ。
・Framework1.1を再インストールしても症状変わらず。
キャッチした例外の内容です。
The object is currently in use elsewhere.
at System.Drawing.Graphics.EndContainer(GraphicsContainer container) at System.Windows.Forms.DibGraphicsBufferManager.ReleaseBuffer(GraphicsBuffer buffer) at System.Windows.Forms.GraphicsBuffer.Dispose() at System.Windows.Forms.Control.WmPaint(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.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)
ここをチェックしてみては?などのアドバイスがありましたら、お教えください。 よろしくお願いします。
|