I am working in VB to .Net Conversion project. I have converted my existing VB application to .Net using Visual Studio Wizard available in VS 2008 . My Application has a MDI(Multiple Document Interface) from whcih acts as a parent form and rest of the forms are opened using this parent form.
Issue:
Initially when i open the application the memory consumed is around 15k (When no child forms are opened). After opening few forms the memory usage have been increased Upton 175k.We have noticed that, even after closing all opened child forms the memory usage was not reduced to the initial memory usage of 15k. Could anyone help me in resolving this issue.