How can we help you today? How can we help you today?
swythan

Activity overview

Latest activity by swythan

Apparent deadlock when running in Sampling mode
I'm trying to profile my app on and I can't get it to work in Sampling mode. Every time I try, my application appears to deadlock once it hits the code that I'm actually trying to profile. That is:...
5 followers 6 comments 0 votes
Thanks for the info. I've now discovered the cause of my confusing results, in case it helps anyone. Localization._attributesOnObjects is the storage used when the Localization.Attributes attached property is set on an object that isn't a DependencyObject. In our case we were setting it on some DataTemplates and HeirarchicalDataTemplates to stop our L18n tool's automatic simulated translation messing them up. That turns out to have been a bad idea. System.ComponentModel.ReflectPropertyDescriptor turned out to be a signpost to a genuine WPF memory leak, as described here: http://support.microsoft.com/kb/938416 In our case we're doing View-PresentationModel (similar/same as MVVM) and some of our PMs weren't implementing INotifyPropertyChanged. As the View & the PM reference each other, that was triggering the leak. Implementing INotifyPropertyChanged or setting the Mode of the view's bindings to the PM to OneTime fixes the leak. Many, many thanks again for v5. I can't imagine how I would have tracked all this down without it. Is there any way of extending the trial of the RC? Mine's about to run out, but we've got 10 full ANTS ".Net Bundle" licences (with 1 year's worth of free upgrades) that we bought in Dec/Jan. / comments
Thanks for the info. I've now discovered the cause of my confusing results, in case it helps anyone.Localization._attributesOnObjects is the storage used when the Localization.Attributes attached p...
0 votes
Confusing WPF results. Any ideas?
Hi, Firstly, I'd just like to say I'm really impressed with Memory Profiler 5. The Object Retention Graph is pretty much exactly what I was wishing someone had about 2 days before your announcement...
3 followers 4 comments 0 votes
Feature request: Symbol Server & Source Server support?
As mentioned here, it would be nice to have symbol server & source server support. I've got a different reason, though. Firstly, it could occasionally be handy to see info from the BCL reference so...
2 followers 2 comments 0 votes
I'm having the same problem yesterday (on an eval license). I'm just getting the timings for the whole method displayed next to the first (executable) line in the source. Any hints for debugging the issue? / comments
I'm having the same problem yesterday (on an eval license). I'm just getting the timings for the whole method displayed next to the first (executable) line in the source. Any hints for debugging th...
0 votes