eliteapp

RIQIOPPP

Feb 25th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.12 KB | None | 0 0
  1. //Verze 2.2013.170.8
  2. //READER1
  3. //Windows XP Professional Service Pack 3 v5.1.2600
  4. //25.2.2013 15:07:57
  5.  
  6. System.NullReferenceException: Object reference not set to an instance of an object.
  7.    at Elite.Gui.Controls.ZadankaPoukaz_OrtopEditControl.get_detail()
  8.    at Elite.Gui.Controls.ZadankaPoukaz_OrtopEditControl.PrepocetCena()
  9.    at Elite.Gui.Controls.ZadankaPoukaz_OrtopEditControl.pztLookup_Validated(Object sender, EventArgs e)
  10.    at System.EventHandler.Invoke(Object sender, EventArgs e)
  11.    at System.Windows.Forms.Control.OnValidated(EventArgs e)
  12.    at DevExpress.XtraEditors.BaseEdit.OnValidated(EventArgs e)
  13.    at DevExpress.XtraEditors.TextEdit.OnValidated(EventArgs e)
  14.    at DevExpress.XtraEditors.BaseEdit.DoValidate()
  15.    at Elite.Grid.MyGridLookupEditSearch.MyDoValidate()
  16.    at Elite.Gui.Helpers.ControlsHelper.DoValidateControl(Control control)
  17.    at Elite.Gui.Helpers.ControlsHelper.ControlsHelper_PopupClosed(Object sender, ClosedEventArgs e)
  18.    at DevExpress.XtraEditors.Repository.RepositoryItemPopupBase.RaiseClosed(ClosedEventArgs e)
  19.    at Elite.Grid.RepositoryItemMyGridLookupEditSearch.MyRaiseClosed()
  20.    at Elite.Grid.MyGridLookupEditSearch.OnValidating(CancelEventArgs e)
  21.    at System.Windows.Forms.Control.NotifyValidating()
  22.    at System.Windows.Forms.Control.PerformControlValidation(Boolean bulkValidation)
  23.    at System.Windows.Forms.ContainerControl.ValidateThroughAncestor(Control ancestorControl, Boolean preventFocusChangeOnError)
  24.    at System.Windows.Forms.ContainerControl.ValidateInternal(Boolean checkAutoValidate, Boolean& validatedControlAllowsFocusChange)
  25.    at System.Windows.Forms.ContainerControl.ValidateInternal(Boolean checkAutoValidate, Boolean& validatedControlAllowsFocusChange)
  26.    at System.Windows.Forms.Form.WmClose(Message& m)
  27.    at System.Windows.Forms.Form.WndProc(Message& m)
  28.    at DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
  29.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  30.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  31.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment