How do I find a memory leak in C#, I have several hundred datatables I load data to. On shutting these datatables down I do not reclaim all the memory it used while loading, I probably loose about 50% of my memory. Thanks in advance, Michael
How do I find a memory leak in C#, I have several hundred datatables I load data to. On shutting these datatables down I do not reclaim all the memory it used while loading, I probably loose about 50% of my memory. Thanks in advance, Michael