Possible Duplicate:
Cross-thread operation not valid
I am trying to close the base of a form from another thread. I am getting the following error.
System.InvalidOperationException: Cross-thread operation not valid: Control 'MDIParent' accessed from a thread other than the thread it was created on.
for the below line:
MDIParent.MDIParentRef.BaseClose();