Version: Aspose.Grid.Desktop 2.0.0.32
A user is getting the red x intermittently when using the application. This also happened to another user awhile back and after they received a new laptop, everything was fine which is making our dev group feel it's something driver related.
I cannot reproduce this issue...it just happens from time to time. Based on the stacktrace, it looks like something is not being handled properly in the Grid component.
Do you know if this issue has already been fixed? Thanks.
Here is the stacktrace:
System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
at System.Drawing.Graphics.MeasureCharacterRanges(String text, Font font, RectangleF layoutRect, StringFormat stringFormat)
at Aspose.Grid.Desktop.?.?(Graphics ?, Rectangle ?, String ?, Int32 ?, Int32 ?, Boolean ?, Int32 ?, TextDirectionType ?, Font ?, Single& ?, RectangleF& ?, StringFormat& ?)
at Aspose.Grid.Desktop.GridDesktop.?(Int32 ?, Int32 ?, Int32 ?, Int32 ?, Int32 ?, Int32 ?, Int32 ?, ArrayList ?)
at Aspose.Grid.Desktop.GridDesktop.?(Int32 ?, Int32 ?, Int32 ?, Int32 ?, Int32 ?, Int32 ?, Int32 ?, Int32& ?)
at Aspose.Grid.Desktop.GridDesktop.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 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.UserControl.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)