I've been trying to figure out a memory issue for the last couple of weeks.
I have finally narrowed it down to WPF UI Automation being triggered by a screen reader running paralel with the application.
Now as far as I know you can't turn UI Automation off? If you can that is a quick win for me.
And from extensive googling the following 'fix' seems to pop up rather a lot but I can't find a link to get it?
http://support.microsoft.com/kb/2484841/en-us
Is it a case that this fix is old and has been included into the framework or?
As comparing the .dlls it contains it would seem I have an earlier version..
DLL listed
Presentationframework.dll 4.0.30319.4396,347,624
My DLL
Presentationframework.dll 4.0.30319.18060 6,188,160
Any help would be greatly appreciated.