You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's make sure we don't have anything stupid/overlooked.
Probable issue that will be triggered: types which have Handle/etc. properties should inherit from MarshalByRefObject to ensure that they're not "copied" across AppDomains, which could result in a "double delete".