eliteapp

WOTRPPPP

Mar 20th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.65 KB | None | 0 0
  1. //Verze 2.2012.161.0
  2. //STANICE
  3. //Windows 7 x86 Service Pack 1 v6.1.7601
  4. //20.3.2012 14:40:29
  5.  
  6. System.OverflowException: Aritmetická operace skončila přetečením.
  7.    v System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
  8.    v System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
  9.    v System.Windows.Forms.Control.Invoke(Delegate method)
  10.    v Elite.Gui.Helpers.ReloaderSmart.DoReload()
  11.    v Elite.Gui.Controls.BrowseControl.DoRefresh()
  12.    v Elite.Gui.Controls.PacientBrowseControl.NastavPacienta(Pacient pacient)
  13.    v Elite.Gui.EliteApplication.NastavPacientaVKartotece(Pacient pacient)
  14.    v Elite.Gui.Controls.PacientEditControl.AfterCommit()
  15.    v Elite.Gui.Controls.EditControl.DoSave()
  16.    v Elite.Gui.Controls.PacientEditControl.DoSave()
  17.    v Elite.Gui.Controls.EditControl.SaveTest()
  18.    v Elite.Gui.Controls.EditControl.DoSaveTest()
  19.    v Elite.Gui.Controls.EditControl.ControlClosing(FormClosingEventArgs e)
  20.    v Elite.Gui.Controls.BaseControl.ParentForm_FormClosing(Object sender, FormClosingEventArgs e)
  21.    v System.Windows.Forms.FormClosingEventHandler.Invoke(Object sender, FormClosingEventArgs e)
  22.    v System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
  23.    v System.Windows.Forms.Form.WmClose(Message& m)
  24.    v System.Windows.Forms.Form.WndProc(Message& m)
  25.    v DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
  26.    v System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  27.    v System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  28.    v System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment