I created a small test SF Maintenance form with a browse dialog. I invoke the browse and perform a search...memory jumps up a little. I close the dialog and memory does not go back down. I then invoke the browse again.. and again... memory keeps increasing.
Is this normal? I made sure I disposed of all objects.
ThanksTim
Generally, if you watch it long enough, you'll notice a big drop in the amount of memory... and you know a collection was just run.
I heard that is utility in Java to do garbage collection manually to clean up memory. Is there any in .NET? I need it to clean up memory during design time.
Thank you