Hi,
We encounter regularly (but randomly) exceptions in xceed. It makes my project crash. Here is the call stack:
Exception details:
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at glFlush()
at Xceed.Chart.GraphicsGL.GLDevice.Activate2DRendering()
at Xceed.Chart.Core.SceneGL.OnRender()
at Xceed.Chart.GraphicsGL.GLDevice.InnerRender()
at Xceed.Chart.GraphicsGL.GLDevice.Render()
at Xceed.Chart.GraphicsGL.GLBitmapRenderSurface.OnPaint(PaintEventArgs e)
at Xceed.Chart.GraphicsCore.RenderSurfaceBase.PaintHandler(Object sender, PaintEventArgs e)
at System.Windows.Forms.Control.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.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)
Can this problem be fixed? Or do you know how to fix it/ work around it/avoid it?
Thanks,
Marie