Hello,
We've got an application that recently moved to windows 7, and for a small percentage of our users in a situation that unfortunately we haven't reproduced yet, we see the following exception. Is this something anyone has seen previously by any chance? A bit of a shot in the dark, but I thought I would post here as we haven't been able to get very far in diagnosing it.
Thanks,
Mike
(System.NullReferenceException) - Object reference not set to an instance of an object.
Stack trace:
at Syncfusion.Windows.Forms.ScrollButtons.OnPaint3D(PaintEventArgs e)
at Syncfusion.Windows.Forms.ScrollButtons.OnPaint(PaintEventArgs e)
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 Syncfusion.Windows.Forms.ThemedControl.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)