.NET Memory Profiler 3.0.113 Released
Sunday, May 6th, 2007We recently released a minor maintenance release for .NET Memory Profiler 3.0 - v3.0.113.
It can be downloaded from http://memprofiler.com/download.aspx.
This release only contains a single fix, related to profiling WPF applications under a 64-bit OS. For some reason the dispose tracker caused an error when injecting code in a WPF assembly. And this error only occured when running under a 64-bit OS. Luckily, we had previously written another “code injector” which used another approach for code injection. I believe the implementation of the new “injector” is better, but we never included it, since the old one seemed to work OK (don’t fix it unless it’s broken?), and we wanted to perform some additional testing before replacing. Anyway, now we have replaced it and everything seems to be working OK; even for WPF applications under 64-bit Windows.