eliteapp

RIQIOPPP

Feb 25th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.35 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:14:09
  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.EnterValidation(Control enterControl)
  25.    at System.Windows.Forms.ContainerControl.UpdateFocusedControl()
  26.    at System.Windows.Forms.ContainerControl.AssignActiveControlInternal(Control value)
  27.    at System.Windows.Forms.ContainerControl.ActivateControlInternal(Control control, Boolean originator)
  28.    at System.Windows.Forms.ContainerControl.ActivateControlInternal(Control control)
  29.    at System.Windows.Forms.Control.WmSetFocus(Message& m)
  30.    at System.Windows.Forms.Control.WndProc(Message& m)
  31.    at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
  32.    at DevExpress.XtraEditors.TextEdit.WndProc(Message& msg)
  33.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  34.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  35.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment