Can you help me in knowing the reason of this exception because I’m not able to debug it as it doesn’t happen in my classes.
OnPaint: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
I have code running in a separate thread that is modifying the document, by adding or removing Gotext objects to the document.
since the Controls of my Form are painting and handling events on their own thread. I could not remove or add those, Can any body help in synchronizing with goview or solve this problem.
Thanks in advance