I am running some windows application and it\'s working for few days then stop working with no error. Now i found in event viewer this error. Maybe anyone have any idea what
Something is accessing an object that has been disposed. Often this can happen if you have multi-threading on a form. You start the backgroundworker/thread/timer, and then dispose the form. When the backgroundworker/thread/timer tries to update the form in some way, you get this exception.