geboshi_V1/LeatherProject/GeBoShi/bin/Debug/ErrorLog.txt

51 lines
3.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2024-04-29 13:30:48
Global捕获到未处理异常System.ArgumentException
异常信息:未能找到名为 Code2 的列。
参数名: columnName
异常堆栈: 在 System.Windows.Forms.DataGridViewCellCollection.get_Item(String columnName)
在 GeBoShi.UI.Product.ProductInfoFrm.cmbDefectModelFile_TextChanged(Object sender, EventArgs e) 位置 E:\CPL\迈沐智能项目\2023\革博士\源码\V1.0\LeatherProject\GeBoShi\UI\Product\ProductInfoFrm.cs:行号 287
在 System.Windows.Forms.Control.OnTextChanged(EventArgs e)
在 System.Windows.Forms.ComboBox.OnTextChanged(EventArgs e)
在 System.Windows.Forms.Control.set_Text(String value)
在 System.Windows.Forms.ComboBox.set_Text(String value)
在 System.Windows.Forms.ComboBox.UpdateText()
在 System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
在 System.Windows.Forms.ComboBox.set_SelectedItem(Object value)
在 GeBoShi.UI.Product.ProductInfoFrm..ctor(Product m) 位置 E:\CPL\迈沐智能项目\2023\革博士\源码\V1.0\LeatherProject\GeBoShi\UI\Product\ProductInfoFrm.cs:行号 50
在 GeBoShi.UI.Product.ProductListFrm.dataGridView1_CellDoubleClick(Object sender, DataGridViewCellEventArgs e) 位置 E:\CPL\迈沐智能项目\2023\革博士\源码\V1.0\LeatherProject\GeBoShi\UI\Product\ProductListFrm.cs:行号 156
在 System.Windows.Forms.DataGridView.OnCellDoubleClick(DataGridViewCellEventArgs e)
在 System.Windows.Forms.DataGridView.OnDoubleClick(EventArgs e)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
2024-05-08 15:53:36
Global捕获到未处理异常System.ArgumentOutOfRangeException
异常信息InvalidArgument=“0”的值对于“index”无效。
参数名: index
异常堆栈: 在 System.Windows.Forms.ComboBox.ObjectCollection.get_Item(Int32 index)
在 System.Windows.Forms.ComboBox.get_Text()
在 System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
在 System.Windows.Forms.ComboBox.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
2024-05-08 15:53:51
Global捕获到未处理异常System.ArgumentOutOfRangeException
异常信息InvalidArgument=“0”的值对于“index”无效。
参数名: index
异常堆栈: 在 System.Windows.Forms.ComboBox.ObjectCollection.get_Item(Int32 index)
在 System.Windows.Forms.ComboBox.get_Text()
在 GeBoShi.Main.cobList_TextUpdate(Object sender, EventArgs e) 位置 E:\CPL\迈沐智能项目\2023\革博士\源码\V1.0\LeatherProject\GeBoShi\Main.cs:行号 424
在 System.Windows.Forms.ComboBox.OnTextUpdate(EventArgs e)
在 System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
在 System.Windows.Forms.ComboBox.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
2024-05-08 16:01:27
Global捕获到未处理异常System.InvalidOperationException
异常信息:集合已修改;可能无法执行枚举操作。
异常堆栈: 在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
在 System.Collections.Generic.List`1.Enumerator.MoveNextRare()
在 GeBoShi.Main.<>c__DisplayClass40_0.<ShowUIEvent>b__0()