I ran into this exception yesterday:
Win32Exception: Fehler beim Erstellen des Fensterhandles
might translate:
Win32Exception: Error while creating the windowhandle
I know how to solve this (even wrote a short blog post on the topic - in german)
But I don't know where my application might be 'leaking' not disposed Controls, that still have window-handles.
Is there any way of detecting / finding instances that
- implement
IDisposable
- have
Parent == null
Objects matching this constraints seem to be good candidates.