直接SQL账表修改数据源异报错
625次浏览
编辑于2016年10月28日 15:49:21
各位老师好,我发布了一个直接SQL账表之后,再次进入数据源报错,截图与报错信息如下。
发生时间: 2016年10月28日 15:25:15
错误来源: mscorlib
错误信息: 已添加了具有相同键的项。
===================================================
调用堆栈:
在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
在 Kingdee.BOS.DomainModelDesigner.SQLReport.SQLRptDataSourceCtl..ctor(SQLDataSource dataSource)
在 Kingdee.BOS.DomainModelDesigner.SQLReport.frmSQLRptWizard.InitSteps(String key)
在 Kingdee.BOS.DomainModelDesigner.SQLReport.frmSQLRptWizard.ChangeStep(String key)
在 Kingdee.BOS.DomainModelDesigner.SQLReport.frmSQLRptWizard.btnNext_Click(Object sender, EventArgs e)
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
在 DevExpress.XtraEditors.BaseControl.WndProc(Message& msg)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
错误数据: System.Collections.ListDictionaryInternal
发生时间: 2016年10月28日 15:25:15
错误来源: mscorlib
错误信息: 已添加了具有相同键的项。
===================================================
调用堆栈:
在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
在 Kingdee.BOS.DomainModelDesigner.SQLReport.SQLRptDataSourceCtl..ctor(SQLDataSource dataSource)
在 Kingdee.BOS.DomainModelDesigner.SQLReport.frmSQLRptWizard.InitSteps(String key)
在 Kingdee.BOS.DomainModelDesigner.SQLReport.frmSQLRptWizard.ChangeStep(String key)
在 Kingdee.BOS.DomainModelDesigner.SQLReport.frmSQLRptWizard.btnNext_Click(Object sender, EventArgs e)
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
在 DevExpress.XtraEditors.BaseControl.WndProc(Message& msg)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
错误数据: System.Collections.ListDictionaryInternal
推荐阅读