Search Results

0
votes

C# InvalidOperationException AND Cross-thread operation

You can't access the host thread from the background worker's execution thread. You can use the ReportProgress method of the BackgroundWorker to send information to the host thread. …