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
200
Error on redrawing toolbar...
posted

Hi everybody!

I get ther following error message at a customer using our software. The software is installed on a Win XP machine using Infragistics 8.2. According to the error message i think there is a problem with the toolbars and the ribbon look&feel.

Any Idea?

(Its a german windows, ExeptionMessage translated: Object allready used in a different place(?))

************** Ausnahmetext **************

System.InvalidOperationException: Das Objekt wird bereits an anderer Stelle verwendet.

bei System.Drawing.Image.get_Width()

bei System.Drawing.Image.get_Size()

bei Infragistics.Win.UltraWinToolbars.Ribbon.RibbonMetrics.get_DialogBoxLauncherSize()

bei Infragistics.Win.UltraWinToolbars.Ribbon.CalculateGroupCaptionSize(RibbonGroup group)

bei Infragistics.Win.UltraWinToolbars.Ribbon.RibbonMetrics.get_DefaultGroupCaptionHeight()

bei Infragistics.Win.UltraWinToolbars.Ribbon.RibbonMetrics.get_TabPageHeight()

bei Infragistics.Win.UltraWinToolbars.RibbonTabAreaUIElement.PositionChildElements()

bei Infragistics.Win.UIElement.VerifyChildElements(ControlUIElementBase controlElement, Boolean recursive)

bei Infragistics.Win.UIElement.DrawElement(UIElementDrawParams& defaultDrawParams)

bei Infragistics.Win.UIElement.DrawChildElements(UIElementDrawParams& drawParams)

bei Infragistics.Win.UIElement.DrawElement(UIElementDrawParams& defaultDrawParams)

bei Infragistics.Win.UIElement.DrawChildElements(UIElementDrawParams& drawParams)

bei Infragistics.Win.UIElement.DrawElement(UIElementDrawParams& defaultDrawParams)

bei Infragistics.Win.UIElement.DrawHelper(Graphics graphics, Rectangle invalidRectangle, Boolean doubleBuffer, AlphaBlendMode alphaBlendMode, Boolean clipText, Boolean forceDrawAsFocused, Boolean preventAlphaBlendGraphics)

bei Infragistics.Win.UIElement.Draw(Graphics graphics, Rectangle invalidRectangle, Boolean doubleBuffer, AlphaBlendMode alphaBlendMode, Boolean forceDrawAsFocused, Boolean preventAlphaBlendGraphics)

bei Infragistics.Win.ControlUIElementBase.Draw(Graphics graphics, Rectangle invalidRectangle, Boolean doubleBuffer, AlphaBlendMode alphaBlendMode, Size elementSize, Boolean preventAlphaBlendGraphics)

bei Infragistics.Win.ControlUIElementBase.Draw(Graphics graphics, Rectangle invalidRectangle, Boolean doubleBuffer, AlphaBlendMode alphaBlendMode, Size elementSize)

bei Infragistics.Win.ControlUIElementBase.Draw(Graphics graphics, Rectangle invalidRectangle, Boolean doubleBuffer, AlphaBlendMode alphaBlendMode)

bei Infragistics.Win.UltraControlBase.OnPaint(PaintEventArgs pe)

bei Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea.OnPaint(PaintEventArgs pe)

bei System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)

bei System.Windows.Forms.Control.WmPaint(Message& m)

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)