threading

  • the calling thread cannot access wpf win form c# multi threading

    If you receive this error: The calling thread cannot access this object because a different thread owns it It is a simple fix to add in some common multi-threading invocation mechanisms. WPF: WinForms: References http://stackoverflow.com/questions/9732709/the-calling-thread-cannot-access-this-object-because-a-different-thread-owns-it Continue reading

  • C# Application Not Responding Issue on Long Running Threads

    Undoubtedly many of you have encountered the dreaded “Application Not Responding” message, programmers and non-programmers alike. In general, this is caused by the OS misinterpretation of long delays in form refresh, even though these can easily be caused by a… Continue reading