Activity overview
Latest activity by LoopM
Is there a way to search the Object Retention Graph?
This would be a very useful feature.
We got it figured out. The details contained in the memory profile eventually led us to find this WPF hotfix from Microsoft: http://support.microsoft.com/kb/967328
which apparently had already been installed in some form or another on my colleague's machine. He had not explicitly installed this particular hotfix, but he may have installed other hot fixes. (Not sure how that works really. Are hotfixes cumulative? Oh well.) After installing the hotfix on my machine, the leaks are no longer being reported.
Thanks! / comments
We got it figured out. The details contained in the memory profile eventually led us to find this WPF hotfix from Microsoft:http://support.microsoft.com/kb/967328
which apparently had already been ...
Profiler shows leaks on one machine but not another
My coworker's machine shows no memory leaks for a given test case, whereas my machine shows leaks. He's tried running my exe on his machine...no leaks. I've tried running his exe on my machine...le...