Posted 4 May 2018, 6:36 am EST
We have an error which is occuring sporadically on a handful of machines. Using various debug traces I have narrowed it down this like of code on a RibbonForm.
sProgress = "Minimize = Calculate New Location" Me.Height = 1 sProgress = "Minimize = Height - Set"
The call stack then indicates it travels through
C1.Win.C1Ribbon.C1RibbonForm.WndProc(Message& m)
C1.Win.C1Ribbon.C1RibbonForm.m(Message& A_O)
C1.Win.C1Ribbon.C1RibbonForm.a(Intptr A_O)
System.Drawing.Bitmap…ctor(Int32 Width, Int32 Height, PixelFomat format).
Exception: “Parameter is not valid”
The current version I have installed is 4.0.29163,226.
The VAST majority of users are fine but a few of them are consistently getting this error, help?