eliteapp

WWUPWPPP

Jan 30th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.64 KB | None | 0 0
  1. //Verze 2.2013.170.0
  2. //DOMOV
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //30.1.2013 14:00:56
  5.  
  6. System.NullReferenceException: Object reference not set to an instance of an object.
  7.    at Elite.Objects.SmluvniVykon.VratKapitaci(vzpVykony Vykon, Pracoviste Pracoviste, DateTime Datum)
  8.    at Elite.Objects.SmluvniVykon.JeKapitovany(DateTime Datum)
  9.    at (Object )
  10.    at DevExpress.Xpo.Metadata.ReflectionMemberInfo.DelegateFieldAccessor.GetValue(Object theObject)
  11.    at DevExpress.Xpo.Metadata.ReflectionMemberInfo.GetValue(Object theObject)
  12.    at DevExpress.Xpo.Helpers.XPPropertyDescriptor.MemberAccessor.GetValue(Object obj)
  13.    at DevExpress.Xpo.Helpers.XPPropertyDescriptor.GetValue(Object component)
  14.    at DevExpress.Data.Helpers.BaseListDataControllerHelper.GetRowValue(Int32 listSourceRow, Int32 column, OperationCompleted completed)
  15.    at DevExpress.Data.DataController.GetRowValue(Int32 controllerRow, Int32 column, OperationCompleted completed)
  16.    at DevExpress.Data.BaseListSourceDataController.GetRowValue(Int32 controllerRow, Int32 column, OperationCompleted completed)
  17.    at DevExpress.XtraGrid.Views.Grid.GridView.GetRowCellValue(Int32 rowHandle, GridColumn column, OperationCompleted completed)
  18.    at DevExpress.XtraGrid.Views.Grid.GridView.GetRowCellValue(Int32 rowHandle, GridColumn column)
  19.    at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.CalcRowCellDrawInfo(GridDataRowInfo ri, GridColumnInfoArgs ci, GridCellInfo cell, GridColumnInfoArgs nextColumn, Boolean calcEditInfo)
  20.    at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.CalcRowCellsDrawInfo(GridDataRowInfo ri, GridColumnsInfo columnsInfo)
  21.    at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.CalcDataRow(GridDataRowInfo ri, GridRow row, GridRow nextRow)
  22.    at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.CalcRowsDrawInfo()
  23.    at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.CalcGridInfo()
  24.    at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.Calc(Graphics g, Rectangle bounds)
  25.    at DevExpress.XtraGrid.Views.Base.ColumnView.DoInternalLayout()
  26.    at DevExpress.XtraGrid.Views.Base.ColumnView.CalculateLayout()
  27.    at DevExpress.XtraGrid.Views.Grid.GridView.LayoutChanged()
  28.    at DevExpress.XtraGrid.Views.Base.BaseView.LayoutChangedSynchronized()
  29.    at DevExpress.XtraGrid.Views.Grid.GridView.SetViewRect(Rectangle newValue)
  30.    at DevExpress.XtraGrid.Views.Base.BaseView.InternalSetViewRectCore(Rectangle rect)
  31.    at DevExpress.XtraGrid.Views.Grid.GridView.SetMasterRowExpandedEx(Int32 rowHandle, Int32 relationIndex, Boolean expand)
  32.    at DevExpress.XtraGrid.Views.Grid.GridView.VisualSetMasterRowExpandedEx(Int32 rowHandle, Int32 relationIndex, Boolean expand)
  33.    at DevExpress.XtraGrid.Views.Grid.Handler.GridRegularRowNavigator.OnMouseDown(GridHitInfo hitInfo, DXMouseEventArgs e)
  34.    at DevExpress.XtraGrid.Views.Grid.Handler.GridHandler.OnMouseDown(MouseEventArgs ev)
  35.    at DevExpress.Utils.Controls.BaseHandler.ProcessEvent(EventType etype, Object args)
  36.    at DevExpress.XtraGrid.Views.Base.Handler.BaseViewHandler.ProcessEvent(EventType etype, Object args)
  37.    at DevExpress.XtraGrid.GridControl.OnMouseDown(MouseEventArgs ev)
  38.    at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
  39.    at System.Windows.Forms.Control.WndProc(Message& m)
  40.    at DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m)
  41.    at DevExpress.XtraGrid.GridControl.WndProc(Message& m)
  42.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  43.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  44.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment