0
kicks
Asynchronous WinForm UI
When you’re trying to create a WinForm Application that is working asynchronously, you’ll probably in a common failure:
System.InvalidOperationException occurred
Message="Cross-thread operation not valid: Control 'MainForm' accessed from a thread other than the thread it was created on."