Kbase P140481: User written .NET controls not released from memory when form is closed
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/30/2009 |
|
Status: Unverified
SYMPTOM(s):
User written .NET controls not released from memory when form is closed
FACT(s) (Environment):
Windows
OpenEdge 10.2A
CAUSE:
Bug# OE00180507
FIX:
As a workaround, create a user control base class that subscribes to its containing form's closing event and deletes itself when notified that the form has closed. Derive user controls from this class.