eliteapp

RWETWPPP

Oct 15th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.18 KB | None | 0 0
  1. //Verze 2.2013.171.0
  2. //SERVER
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //15.10.2013 9:11:40
  5.  
  6. System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created.
  7.    at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
  8.    at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
  9.    at System.Windows.Forms.Control.Invoke(Delegate method)
  10.    at Elite.Gui.Controls.DekursEditControl.Instance_BeforeDekursDetailChange(List`1 pacienti)
  11.    at Elite.BussinesLogic.DekursManager.ApplyChanges(UnitOfWork uow, KonfigPrepisy filtr)
  12.    at Elite.Gui.Controls.ZadankaEditControl.AfterCommit()
  13.    at Elite.Gui.Controls.EditControl.DoSave()
  14.    at Elite.Gui.Controls.ZadankaEditControl.DoSave()
  15.    at Elite.Gui.Controls.EditControl.SaveTest()
  16.    at Elite.Gui.Controls.EditControl.ActionZavrit()
  17.    at Elite.Gui.Controls.EditControl.bbZavrit_ItemClick(Object sender, ItemClickEventArgs e)
  18.    at DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)
  19.    at DevExpress.XtraBars.BarBaseButtonItem.OnClick(BarItemLink link)
  20.    at DevExpress.XtraBars.BarItemLink.OnLinkClick()
  21.    at DevExpress.XtraBars.BarItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
  22.    at DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
  23.    at DevExpress.XtraBars.BarItemLink.OnLinkActionCore(BarLinkAction action, Object actionArgs)
  24.    at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link)
  25.    at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link)
  26.    at DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs e)
  27.    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  28.    at System.Windows.Forms.Control.WndProc(Message& m)
  29.    at DevExpress.XtraBars.Controls.DockedBarControl.WndProc(Message& msg)
  30.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  31.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  32.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment