Hi,
Our application cores on clients' PC.
Red X shows instead Ribbon on Toolbar.
EXCEPTION MESSAGE: Object reference not set to an instance of an object.
EXCEPTION TYPE: System.NullReferenceException
EXCEPTION SOURCE: Infragistics2.Win.v10.1
STACK TRACE:
at Infragistics.Win.FadeTransition.PerformTransition(Graphics g,
Rectangle rect, Image originalImage, Image newImage, TransitionSettings
settings, Double easePercent, Object& context)
at Infragistics.Win.TransitionInfo.Draw(Graphics g, Rectangle
invalidRect, AlphaBlendMode alphaMode)
at Infragistics.Win.UIElement.DrawElement(UIElementDrawParams&
defaultDrawParams)
at Infragistics.Win.UIElement.DrawChildElements(UIElementDrawParams&
drawParams)
at Infragistics.Win.UIElement.DrawHelper(Graphics graphics, Rectangle
invalidRectangle, Boolean doubleBuffer, AlphaBlendMode alphaBlendMode,
Boolean clipText, Boolean forceDrawAsFocused, Boolean
preventAlphaBlendGraphics)
at Infragistics.Win.ControlUIElementBase.Draw(Graphics graphics,
Rectangle invalidRectangle, Boolean doubleBuffer, AlphaBlendMode
alphaBlendMode, Size elementSize, Boolean preventAlphaBlendGraphics)
alphaBlendMode)
at Infragistics.Win.UltraControlBase.OnPaint(PaintEventArgs pe)
at
Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea.OnPaint(PaintEventAr
gs pe)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e,
Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)
Windows version: Microsoft Windows NT 5.1.2600 Service Pack 3 (Window XP)
Windows platform: x86
Infragistics 10.1.
We installed new version our application with Infra 11.2 and it wasn’t helped. We don’t use multithreading.
What can we do to fix this issue? Reinstall frameworks? Put Infra dlls in GAC? etc. It is so critical for our client and us. Please advise.
This issue was appeared on client's PC after some weeks/moths.Client had to reinstall windows :(((((((((
Thanks.
Hi there,
I have been experiencing the same problem described above.
We have 40 machines running our application and only one of them is having this issue. When the user hover over the toolbar, the red cross shows up like illustrated above. I reinstalled the framework as suggested but the problem came back again after a while. To make things worse, the machine in question is the CEO's machine. Don't know what else to do. There is something in his machine which is causing a conflict with the Infragistics 2013.1 component.
Could you please help?
Thanks
I am glad to hear this. If you ever experience any kind of issue again, please do not hesitate to contact me again, I will be happy to assist you.
We removed all FrameWorks (1.1, 2.0, 3.5, 4.0) and installed they.Seems it was helped.Client has Windows XP - so he hasn't Aero theme.Thank you.
I can understand that this is critical for you. It might be an already fixed issue, so you can try and test your project against the trial version of NetAdvantage for Windows Forms 13.1
Without looking at a sample there is not much I can do. I can only guess the cause, it could be the Operating System's theme(try something other than Aero), you could also try setting the 'IsGlassSupported' to 'False' on the 'ToolbarsManager' component.