I don't think debuggin VS will help you, it's only useful for when you're
debugging design-time issues. MDAs are Managed Debug Assistants, and you can
turn them on/off via the exceptions dialog (under the Debug menu). It's
usually worthwhile turning them all on initially, although some scenarios,
such as XML serialization, can cause them to fire frequently, but you can
always turn them off again.
Is this a modal or a non-modal form that you are displaying? Is it being
disposed of after it is being closed? Can you post some code?

Signature
Kevin Westhead
>I receive the error when I close a form at run time (executed in VS
> using F5). I have seen this behaviour both in forms that use threading
> and forms that do not.
>
> Interesting thought about debugging VS with VS... no idea how I would
> go about such a thing. And what are "MDAs"?