How to clear form controls from Top objects in the Finalizer queue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gsandy123
    New Member
    • Jan 2013
    • 1

    How to clear form controls from Top objects in the Finalizer queue

    I am dealing with some memory problem. My application is migrated from VB6 to VB.Net 3.5 and contains lots of forms. As I open form memory increases and after closing the form it remains the same. So after some time the memory goes on increasing and app becomes very slow. Memory Profiler showed many from controls like button and check boxes in Top Objects in the Finalizer Queue. How to clear this queue or is there any way to force free the memory held by form objects.
Working...