Tag Archives: Cross thread operation

System.InvalidOperationException – Cross-thread operation not valid

System.InvalidOperationException – Cross-thread operation not valid: Control ‘xxxxx’ accessed from a thread other than the thread it was created on. Normally we get this exception when we try to modify some control property from another thread. This is because when … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Windows Forms, WPF | Tagged , , | 3 Comments