↧
Memory Leak Problem
I would also look for circular event handler references. Here is an interesting article about a problem a group at Princeton ran into:...
View ArticleMemory Leak Problem
To troubleshoot this issue, we really need the source code and the detailed repro steps to reproduce the problem, so that we can investigate the issue in house. It is not necessary that you send out...
View ArticleMemory Leak Problem
You can use .NET CLR Profiler to track memory issues.Here's the link http://www.microsoft.com/downloads/details.aspx?FamilyID=a362781c-3870-43be-8926-862b40aa0cd0 HTH--With best regards, Vadym...
View ArticleMemory Leak Problem
Hi, I have a memory leak problem.I have a C# service that as far as I know does not use unmanaged code.The memory of the process keeps growing and when I look at the .net memory performance counter:...
View Article