Hi,
can you help wih the following exception?
I don't know what is missing, on the development pc and a few others it is working, only on one other the following error occurs.
Code is available at https://bitbucket.org/wosch/simple3dscan
Best regards
Wolfgang
************** Exception Text **************
System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height)
at Syncfusion.Windows.Forms.Gauge.RadialGauge.FindFontBounds(Graphics g)
at Syncfusion.Windows.Forms.Gauge.RadialGauge.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
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)