Exception after closing all profiling results
Titanic
Posts: 4 Bronze 2
Hi,
Every time I close all profiling results with the context menu item "Close all results" I got an unhandled exception dialog with following information:
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei DevExpress.XtraTreeList.TreeList.DeleteNodesGroup(Int32 id, TreeListNode sourceNode, Boolean deleteChildren)
bei DevExpress.XtraTreeList.TreeList.DeleteNode(Int32 nodeId, TreeListNode dataSourceNode, Boolean deleteChildren)
bei DevExpress.XtraTreeList.TreeList.InternalDeleteNode(TreeListNode node, Boolean modifySource)
bei DevExpress.XtraTreeList.TreeList.OnClearNodes(TreeListNodes nodes)
bei DevExpress.XtraTreeList.Nodes.TreeListNodes.Clear()
bei RedGate.Profiler.UI.ExplorerControl._3()
bei RedGate.Profiler.UI.ExplorerControl.UpdateTreeList(EventArgs e)
bei _22._8(Object , EventArgs )
bei _42._1(EventArgs )
bei _42._1()
bei _5._12()
bei RedGate.Profiler.UI.ExplorerControl._1(Object , ItemClickEventArgs )
bei DevExpress.XtraBars.BarManager.RaiseItemClick(ItemClickEventArgs e)
bei DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)
bei DevExpress.XtraBars.BarBaseButtonItem.OnClick(BarItemLink link)
bei DevExpress.XtraBars.BarItemLink.OnLinkClick()
bei DevExpress.XtraBars.BarItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
bei DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
bei DevExpress.XtraBars.BarItemLink.OnLinkActionCore(BarLinkAction action, Object actionArgs)
bei DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link)
bei DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link)
bei DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs e)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Does somebody have a clue how to prevent this exception?
Regards,
Titanic
Every time I close all profiling results with the context menu item "Close all results" I got an unhandled exception dialog with following information:
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei DevExpress.XtraTreeList.TreeList.DeleteNodesGroup(Int32 id, TreeListNode sourceNode, Boolean deleteChildren)
bei DevExpress.XtraTreeList.TreeList.DeleteNode(Int32 nodeId, TreeListNode dataSourceNode, Boolean deleteChildren)
bei DevExpress.XtraTreeList.TreeList.InternalDeleteNode(TreeListNode node, Boolean modifySource)
bei DevExpress.XtraTreeList.TreeList.OnClearNodes(TreeListNodes nodes)
bei DevExpress.XtraTreeList.Nodes.TreeListNodes.Clear()
bei RedGate.Profiler.UI.ExplorerControl._3()
bei RedGate.Profiler.UI.ExplorerControl.UpdateTreeList(EventArgs e)
bei _22._8(Object , EventArgs )
bei _42._1(EventArgs )
bei _42._1()
bei _5._12()
bei RedGate.Profiler.UI.ExplorerControl._1(Object , ItemClickEventArgs )
bei DevExpress.XtraBars.BarManager.RaiseItemClick(ItemClickEventArgs e)
bei DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)
bei DevExpress.XtraBars.BarBaseButtonItem.OnClick(BarItemLink link)
bei DevExpress.XtraBars.BarItemLink.OnLinkClick()
bei DevExpress.XtraBars.BarItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
bei DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
bei DevExpress.XtraBars.BarItemLink.OnLinkActionCore(BarLinkAction action, Object actionArgs)
bei DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link)
bei DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link)
bei DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs e)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Does somebody have a clue how to prevent this exception?
Regards,
Titanic
Comments
Sorry for the delay in answering. We haven't had a report of this before. It looks like XtraTreeList is trying to delete a node that doesn't exist. Can you take me through exactly what actions caused this to happen?
Thanks!