eliteapp

RRRURPPP

Jul 30th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.63 KB | None | 0 0
  1. //Verze 2.2012.165.0
  2. //LEKAR
  3. //Windows XP Professional Service Pack 3 v5.1.2600
  4. //30.7.2012 12:41:57
  5.  
  6. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  7. Parameter name: index
  8.    at System.Collections.ArrayList.get_Item(Int32 index)
  9.    at DevExpress.Xpo.Helpers.ObjectList.get_Item(Int32 index)
  10.    at DevExpress.Xpo.XPBaseCollection.BaseIndexer(Int32 index)
  11.    at DevExpress.Xpo.XPCollection.get_Object(Int32 index)
  12.    at Elite.Gui.Controls.PacientVysetreniEditControl.EditControl_ModifiedChanged(Object sender, EventArgs e)
  13.    at Elite.Gui.BaseControls.BaseRichEditControl.richEditControl_ContentChanged(Object sender, EventArgs e)
  14.    at DevExpress.XtraRichEdit.RichEditControl.RaiseContentChanged()
  15.    at DevExpress.XtraRichEdit.RichEditControl.OnInnerControlContentChanged(Object sender, EventArgs e)
  16.    at DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer.RaiseContentChanged(Boolean suppressBindingNotifications)
  17.    at DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer.OnContentChangedCore(Boolean suppressBindingNotifications, Boolean suppressUpdateUI)
  18.    at DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer.PerformRaiseDeferredEventsCore(DocumentModelChangeActions changeActions)
  19.    at DevExpress.XtraRichEdit.Internal.InnerRichEditControl.PerformRaiseDeferredEventsCore(DocumentModelChangeActions changeActions)
  20.    at DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer.RaiseDeferredEventsCore(DocumentModelChangeActions changeActions)
  21.    at DevExpress.XtraRichEdit.RichEditControl.<>c__DisplayClass3.<RaiseDeferredEvents>b__1()
Advertisement
Add Comment
Please, Sign In to add comment