Crash to add datas ources

edited 5:16AM in FastReport .NET
I have a error crash when I try to add a new data sources using FR Desinger (FS.Net Versi??n 2014.1.6). I use MySql Connect extra.

I have this data sources in report:

manifiestoall_vdes
sociedad_cor
manifiestoenviosenviosall_vdes
conductorvehiculoall_vveh

if I try to add a new Data Source, FR crash with next error message:


System.ArgumentException: An entry with the same key already exists.
en System.Collections.Generic.SortedList`2.Add(TKey key, TValue value)
en FastReport.Controls.DataTreeHelper.CreateDataTree(Dictionary dictionary, DataConnectionBase connection, TreeNodeCollection root)
en FastReport.Forms.DataWizardForm.UpdateTree()
en System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
en System.Windows.Forms.Control.WndProc(Message& m)
en System.Windows.Forms.ButtonBase.WndProc(Message& m)
en System.Windows.Forms.Button.WndProc(Message& m)
en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Assemblies loaded **************
mscorlib
Versi??n del ensamblado: 4.0.0.0
Versi??n Win32: 4.0.30319.34003 built by: FX45W81RTMGDR
C??digo base: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll

Comments

  • edited 5:16AM

    Hello, any idea ?

    Thanks

    dftoro wrote: »
    I have a error crash when I try to add a new data sources using FR Desinger (FS.Net Versi??n 2014.1.6). I use MySql Connect extra.

    I have this data sources in report:

    manifiestoall_vdes
    sociedad_cor
    manifiestoenviosenviosall_vdes
    conductorvehiculoall_vveh

    if I try to add a new Data Source, FR crash with next error message:


    System.ArgumentException: An entry with the same key already exists.
    en System.Collections.Generic.SortedList`2.Add(TKey key, TValue value)
    en FastReport.Controls.DataTreeHelper.CreateDataTree(Dictionary dictionary, DataConnectionBase connection, TreeNodeCollection root)
    en FastReport.Forms.DataWizardForm.UpdateTree()
    en System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
    en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    en System.Windows.Forms.Control.WndProc(Message& m)
    en System.Windows.Forms.ButtonBase.WndProc(Message& m)
    en System.Windows.Forms.Button.WndProc(Message& m)
    en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Assemblies loaded **************
    mscorlib
    Versi??n del ensamblado: 4.0.0.0
    Versi??n Win32: 4.0.30319.34003 built by: FX45W81RTMGDR
    C??digo base: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  • edited 5:16AM
    System.ArgumentException: An entry with the same key already exists.

    try a different name for your datasource.

Leave a Comment