BackGroundWorker.ProgressChanged "Cross-thread operation not valid" at 2nd/3th/... progress
"Josh Einstein" wrote in message
...
Your error message here is the same thing Dmytro said about cross-thread
UI calls. Something you are doing in DoWork (which is in a background
thread) is modifying the data grid.
Well actually it isn't :-/
And I don't have the exception while the Dowork is performing its actions:
it happens when the ProgressChanged-event fires...
|