eliteapp

WWUPWPPP

Mar 18th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.08 KB | None | 0 0
  1. //Verze 2.2013.170.20
  2. //NTB_ACER_ASPIRE
  3. //Windows 7 x64 Service Pack 1 v6.1.7601
  4. //19.3.2013 0:28:58
  5.  
  6. System.ArgumentException: To způsobí navázání dvou vazeb v kolekci k téže vlastnosti.
  7. Název parametru: binding
  8.    v System.Windows.Forms.ControlBindingsCollection.CheckDuplicates(Binding binding)
  9.    v System.Windows.Forms.Binding.CheckBinding()
  10.    v System.Windows.Forms.Binding.SetBindableComponent(IBindableComponent value)
  11.    v System.Windows.Forms.ControlBindingsCollection.AddCore(Binding dataBinding)
  12.    v System.Windows.Forms.BindingsCollection.Add(Binding binding)
  13.    v System.Windows.Forms.ControlBindingsCollection.Add(Binding binding)
  14.    v Elite.Gui.EditControls.DekursRichEditControl.BindEditors(XPCollection collection, XPServerCollectionSource cDiagnoza)
  15.    v Elite.Gui.Controls.DekursEditControl.InitBindings()
  16.    v Elite.Gui.Controls.DekursEditControl.Init()
  17.    v Elite.Gui.Controls.BaseControl.OnLoad(EventArgs e)
  18.    v System.Windows.Forms.UserControl.OnCreateControl()
  19.    v Elite.Gui.Controls.BaseControl.OnCreateControl()
  20.    v Elite.Gui.Controls.EditControl.OnCreateControl()
  21.    v System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  22.    v System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  23.    v System.Windows.Forms.Control.CreateControl()
  24.    v System.Windows.Forms.Control.SetVisibleCore(Boolean value)
  25.    v System.Windows.Forms.Control.set_Visible(Boolean value)
  26.    v DevExpress.XtraTab.XtraTabPage.set_Visible(Boolean value)
  27.    v DevExpress.XtraTab.XtraTabControl.UpdatePageSelection()
  28.    v DevExpress.XtraTab.XtraTabControl.OnHandleCreated(EventArgs e)
  29.    v System.Windows.Forms.Control.WmCreate(Message& m)
  30.    v System.Windows.Forms.Control.WndProc(Message& m)
  31.    v DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
  32.    v DevExpress.XtraTab.XtraTabControl.WndProc(Message& m)
  33.    v System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  34.    v System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  35.    v System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment