Hi,
Since we have migrated our WinForms based application to .Net 4, we'r getting strange "A generic error occurred in GDI+" errors under windows 7 x64, all coming from
System.Drawing.Graphics.FillRectangle(Brush brush, Int32 x, Int32 y, Int32 width, Int32 height)
method. These errors originate from different controls, third party ones and from OOB winforms controls (like a menu). I have tried searching the web to see whether others faced this problem however what i have found so far is that some state that this
is a known bug in .NET framework. I have tried to search msdn and the web to find anything about this "known" bug with no success yet. Does anyone have any information regarding this?
Thanks in advance.