views:

10

answers:

1

I got a COM+ application (ServicedComponent's) that doesn't free it's memory (possible memory leak).

I've generated a DMP file from it (about 1.4 GB large). How can I view the heap to see what all the memory are used for?

A: 

By using WinDbg

jgauffin