eliteapp

TIQQOPPP

Mar 29th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.29 KB | None | 0 0
  1. //Verze 2.2012.162.0
  2. //PC
  3. //Windows 7 x86 Service Pack 1 v6.1.7601
  4. //29.3.2012 19:15:12
  5.  
  6. System.NullReferenceException: Odkaz na objekt není nastaven na instanci objektu.
  7.    v Elite.Objects.PoukazOrtopedie.Memorize()
  8.    v Elite.Objects.PoukazOrtopedie.OnSaved()
  9.    v DevExpress.Xpo.PersistentBase.DevExpress.Xpo.IXPObject.OnSaved()
  10.    v DevExpress.Xpo.Session.TriggerObjectSaved(Object theObject)
  11.    v DevExpress.Xpo.Session.TriggerObjectsSaved(ICollection objects)
  12.    v DevExpress.Xpo.Session.EndFlushChanges(IList objectsToFireSaved)
  13.    v DevExpress.Xpo.Session.FlushChanges()
  14.    v DevExpress.Xpo.Session.<CommitTransaction>b__4d()
  15.    v DevExpress.Xpo.Logger.LogManager.Log(String category, LogHandlerVoid handler, MessageHandler`1 createMessageHandler, ExceptionHandler exceptionHandler)
  16.    v DevExpress.Xpo.Session.CommitTransaction()
  17.    v DevExpress.Xpo.UnitOfWork.CommitChanges()
  18.    v Elite.Gui.Controls.EditControl.DoDelete(BaseObject Object, Boolean Confirm)
  19.    v Elite.Gui.Controls.PoukazOrtopedieEditControl.ActionSmazat()
  20.    v Elite.Gui.Controls.PoukazOrtopedieEditControl.bbSmazat_ItemClick(Object sender, ItemClickEventArgs e)
  21.    v DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)
  22.    v DevExpress.XtraBars.BarBaseButtonItem.OnClick(BarItemLink link)
  23.    v DevExpress.XtraBars.BarItemLink.OnLinkClick()
  24.    v DevExpress.XtraBars.BarItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
  25.    v DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
  26.    v DevExpress.XtraBars.BarItemLink.OnLinkActionCore(BarLinkAction action, Object actionArgs)
  27.    v DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link)
  28.    v DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link)
  29.    v DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs e)
  30.    v System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  31.    v System.Windows.Forms.Control.WndProc(Message& m)
  32.    v DevExpress.XtraBars.Controls.DockedBarControl.WndProc(Message& msg)
  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