Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
260
Object reference not set to an instance of an object. Infragistics.Win.UltraWinDock.DockableWindowPlaceholderUIElement.PositionChildElements()
posted

We recently added the dock manager to a major traffic area of our winforms application.

We are running on infragistics 20.2.20202.14

Here is one example of the stacktrace:

at Infragistics.Win.UltraWinDock.DockableWindowPlaceholderUIElement.PositionChildElements() 
at Infragistics.Win.UIElement.VerifyChildElements(ControlUIElementBase controlElement, Boolean recursive) 
at Infragistics.Win.UIElement.VerifyChildElements(ControlUIElementBase controlElement, Boolean recursive) 
at Infragistics.Win.UIElement.VerifyChildElements(ControlUIElementBase controlElement, Boolean recursive) 
at Infragistics.Win.UIElement.VerifyChildElements(ControlUIElementBase controlElement, Boolean recursive) 
at Infragistics.Win.UltraWinDock.WindowDockingAreaUIElement.VerifyChildElements(ControlUIElementBase controlElement, Boolean recursive) 
at Infragistics.Win.UIElement.DrawHelper(Graphics graphics, Rectangle invalidRectangle, Boolean doubleBuffer, AlphaBlendMode alphaBlendMode, Boolean clipText, Boolean forceDrawAsFocused, Boolean preventAlphaBlendGraphics, Nullable`1 zoomFactor) 
at Infragistics.Win.ControlUIElementBase.Draw(Graphics graphics, Rectangle invalidRectangle, Boolean doubleBuffer, AlphaBlendMode alphaBlendMode, Size elementSize, Boolean preventAlphaBlendGraphics) 
at Infragistics.Win.ControlUIElementBase.Draw(Graphics graphics, Rectangle invalidRectangle, Boolean doubleBuffer, AlphaBlendMode alphaBlendMode) 
at Infragistics.Win.ManagedContainerControlBase.OnPaint(PaintEventArgs pe) 
at Infragistics.Win.UltraWinDock.WindowDockingArea.OnPaint(PaintEventArgs pe) 
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer) 
at System.Windows.Forms.Control.WmPaint(Message& m) 
at System.Windows.Forms.Control.WndProc(Message& m) 
at System.Windows.Forms.ScrollableControl.WndProc(Message& m) 
at System.Windows.Forms.ContainerControl.WndProc(Message& m) 
at System.Windows.Forms.Control.ControlN
ativeWindow.OnMessage(Message& m) 
at System.Windows.Forms.Control.ControlN
ativeWindow.WndProc(Message& m) 
at System.Windows.Forms.N
ativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Is there any direction on what this crash is and how we can handle it or prevent it?

Parents
  • 29045
    Offline posted

    Hello and thank you for contacting Infragistics. To properly diagnose the behavior please provide a sample isolating the behavior. When does this issue happen and does it occur every time?

Reply Children