Search code examples
.netmemory-managementmemory-leaksgarbage-collectionmemory-profiling

How to get the root path references to leaked objects in .NET?


I have a memory leak in my .NET application. In the meantime I know which objects are leaked. But there should be no references to it. How can I find the reference pathes? Which tool is the right solution for it?


Solution

  • I would suggest Red gate ANTS Memory profiler and have a look at Walkthrough: Using ANTS Memory Profiler to track down a memory leak