I’ve got an application that goes into high CPU usage (slowly over time) when the ErrorProvider control sets the blinking icon continuously on several controls.
The high CPU usage is not immediate but have a slow ramp until the application hits 100% CPU.
When there is no error shown then CPU goes back to normal. Is it normal that the ErrorProvider takes so much CPU time?
According to this MS connect bug report: Graphical Resources Leak In ErrorProvider
This bug is marked as fixed but the most recent comment says it is under investigation.