0% found this document useful (0 votes)
33 views2 pages

Rhino Dot Net Crash

The document details a fatal unhandled exception in an application. The exception was an index being out of range when trying to access an item in a list. The exception occurred when removing a selected item from a grid.

Uploaded by

keneth2diona
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views2 pages

Rhino Dot Net Crash

The document details a fatal unhandled exception in an application. The exception was an index being out of range when trying to access an item in a list. The exception occurred when removing a selected item from a grid.

Uploaded by

keneth2diona
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

[ERROR] FATAL UNHANDLED EXCEPTION: System.

ArgumentOutOfRangeException: Index was


out of range. Must be non-negative and less than the size of the collection.
(Parameter 'index')
at System.Collections.Generic.List`1.get_Item(Int32 index)
at Eto.CustomControls.TreeController.GetItemAtRow(Int32 row) in D:\BuildAgent\
work\dujour\src4\DotNetSDK\Eto\src\Eto.WinForms\CustomControls\
TreeController.cs:line 206
at Eto.CustomControls.TreeController.get_Item(Int32 row) in D:\BuildAgent\work\
dujour\src4\DotNetSDK\Eto\src\Eto.WinForms\CustomControls\TreeController.cs:line
144
at Eto.Wpf.Forms.Controls.GridHandler`2.set_SelectedRows(IEnumerable`1 value) in
D:\BuildAgent\work\dujour\src4\DotNetSDK\Eto\src\Eto.Wpf\Forms\Controls\
GridHandler.cs:line 645
at Eto.Forms.Grid.set_SelectedRows(IEnumerable`1 value) in D:\BuildAgent\work\
dujour\src4\DotNetSDK\Eto\src\Eto\Forms\Controls\Grid.cs:line 595
at Eto.Forms.Grid.set_SelectedRow(Int32 value) in D:\BuildAgent\work\dujour\
src4\DotNetSDK\Eto\src\Eto\Forms\Controls\Grid.cs:line 619
at RDK.Panels.MissingImages.MissingImagesDlg.Remove()
at RDK.Panels.MissingImages.MissingImagesDlg.OnRemoveButtonClicked(Object
sender, EventArgs e)
at Eto.PropertyStore.TriggerEvent[T](Object key, Object sender, T args) in D:\
BuildAgent\work\dujour\src4\DotNetSDK\Eto\src\Eto\PropertyStore.cs:line 233
at Eto.Forms.Button.OnClick(EventArgs e) in D:\BuildAgent\work\dujour\src4\
DotNetSDK\Eto\src\Eto\Forms\Controls\Button.cs:line 68
at Eto.Forms.Button.Callback.OnClick(Button widget, EventArgs e) in D:\
BuildAgent\work\dujour\src4\DotNetSDK\Eto\src\Eto\Forms\Controls\Button.cs:line 252
at Eto.Wpf.Forms.Controls.ButtonHandler`3.<Initialize>b__14_0(Object sender,
RoutedEventArgs e) in D:\BuildAgent\work\dujour\src4\DotNetSDK\Eto\src\Eto.Wpf\
Forms\Controls\ButtonHandler.cs:line 60
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs
args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender,
RoutedEventArgs args)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
at
System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventA
rgs e)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs
args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender,
RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs
args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender,
RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd,
InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32
wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd,
WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg,
IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr
lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback,
Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source,
Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
[END ERROR]

You might also like