Paul Liebrand's Weblog

Welcome to my blog mainly about SharePoint

Skip to: Content | Sidebar | Footer

Tag: .NET

Simple Pattern / Solution for Cross-thread operation not valid

16 July, 2010 (10:54) | .NET | By: Paul Liebrand

If you have ever done any threaded programming in .NET WinForms you have more than likely run into the following error message at some point:   InvalidOperationException was unhandled Cross-thread operation not valid: Control ‘’ accessed from a thread other than the thread it was created on. This exception is normally displayed while running in [...]