-- for 循环读取文件报错
for 循环读取文件报错 ,有时候报错?,不是每次都报错。
每次循环,写数据到table 里
文件多了,会报错
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.InvalidOperationException: BindingSource 不能是自己的数据源。请不要将 DataSource 和 DataMember 属性设置为循环引用 BindingSource 的值。
在 System.Windows.Forms.BindingSource.get_Count()
在 #s5.#nhb.#7gb(Int32 #j)
在 C1.Win.C1FlexGrid.Row.get_DataSource()
在 C1.Win.C1FlexGrid.C1FlexGridBase.#ldb(Int32 #j, Int32 #l)
在 #s5.#Ojb.#9ib(MouseEventArgs #tQ, Int32 #j, Int32 #l)
在 #s5.#Ojb.#8ib(MouseEventArgs #tQ)
在 C1.Win.C1FlexGrid.C1FlexGridBase.OnMouseMove(MouseEventArgs e)
在 System.Windows.Forms.Control.WmMouseMove(Message& m)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.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)
[此贴子已经被作者于2024/3/4 10:45:59编辑过]