[383] 評価2か所で異なるエラー警告
|
- 日時: 2015/12/17 17:03
- 名前: bclw
ID:Y6F4OEno
- いつもお世話になっております。
数日前から評価でエラーが表示されます。 右上の 選択評価V から評価をすると
************** 例外テキスト ************** System.NullReferenceException: オブジェクト変数または With ブロック変数が設定されていません。 場所 Microsoft.VisualBasic.CompilerServices.Symbols.Container..ctor(Object Instance) 場所 Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack) 場所 AucLifeV2.Form1. (Object , EventArgs ) 場所 System.Windows.Forms.Control.OnClick(EventArgs e) 場所 System.Windows.Forms.Button.OnClick(EventArgs e) 場所 System.Windows.Forms.Button.PerformClick() 場所 AucLifeV2.Form1.(Object , ToolStripItemClickedEventArgs ) 場所 System.Windows.Forms.ToolStrip.OnItemClicked(ToolStripItemClickedEventArgs e) 場所 System.Windows.Forms.ToolStripDropDown.OnItemClicked(ToolStripItemClickedEventArgs e) 場所 System.Windows.Forms.ToolStrip.HandleItemClick(ToolStripItem dismissingItem) 場所 System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) 場所 System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) 場所 System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met) 場所 System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met) 場所 System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) 場所 System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) 場所 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) 場所 System.Windows.Forms.Control.WndProc(Message& m) 場所 System.Windows.Forms.ScrollableControl.WndProc(Message& m) 場所 System.Windows.Forms.ToolStrip.WndProc(Message& m) 場所 System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
(中略)
************** JIT デバッグ **************
と表示され、中央部分の 評 から評価をすると
************** 例外テキスト ************** System.InvalidOperationException: 現在のセルを非可視セルに設定することはできません。 場所 System.Windows.Forms.DataGridView.set_CurrentCell(DataGridViewCell value) 場所 AucLifeV2.Form1. (Object , EventArgs ) 場所 System.Windows.Forms.Control.OnClick(EventArgs e) 場所 System.Windows.Forms.Button.OnClick(EventArgs e) 場所 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) 場所 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) 場所 System.Windows.Forms.Control.WndProc(Message& m) 場所 System.Windows.Forms.ButtonBase.WndProc(Message& m) 場所 System.Windows.Forms.Button.WndProc(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** 読み込まれたアセンブリ **************
と言われます。。。
いろいろと掲示板を参考にしてみましたが、どうしたらいいものかと・・・。。
AuclifeV2-20151204
エラー表示を「×」してしまえば、評価は出来なくもないのですが このまま続けてしまってよいものかと不安なところです。
すみませんが、ご教示の程宜しくお願い致します。

|
|