hi,

I wrote an application in c# using visual studio .Net 2003, 7.1.3088 version.
I ran this application over night on win 2k professional, service pack 4 . Next day i discovered that the application stopped with an exception saying OutOfMemoryException.
I saw the memory usage and it was 75MB (Application started with 10 MB memory usage).
why is this memory leak in .Net and how can it be solved.

thanks in advance.