Activity overview
Latest activity by bobenjamins
Hi,
Yes I used the graphs but stripped everything down to a basic mdi example to highlight that it indicated that memory was still not released.
The only way i am able to get the mdi to release the references once the child form is closed is to set the frm.MdiParent = nothing.
which effectively stops the child from being held within the mdi.
Your product is excellent and I would like to use it within our real app, but hesitate given that i can't seem to get results during this basic mdi app.
Basic in that all i've done is created a new mdi form and added a menu item with the call to open a blank child form.
I'm not sure if this is a problem with red gate (probably not) or if windows mdi forms just don't release references. / comments
Hi,
Yes I used the graphs but stripped everything down to a basic mdi example to highlight that it indicated that memory was still not released.
The only way i am able to get the mdi to release the...
empty form not disposing?
Hi,
I've tried the memory profiler and am having trouble understand the output completely.
To make it easier for me i created a fresh .net app with a mdi form opening a basic blank form.
when i ran...