Search found 2 matches

by tringhamj
Tue Nov 25, 2014 12:11 pm
Forum: Bug Reports
Topic: Memory Leak in Target Silverlight App via AutomatonPeer objs
Replies: 16
Views: 8048

Re: Memory Leak in Target Silverlight App via AutomatonPeer objs

Hi Alex, * When you debug your application, you see that AutomationPeer objects are staying behind? After recording or playing back with Ranorex, yes. Without it, there are no AutomationPeer objects being created. Even several minutes after Ranorex has stopped there are still thousands of Automation...
by tringhamj
Thu Nov 13, 2014 1:46 pm
Forum: Bug Reports
Topic: Memory Leak in Target Silverlight App via AutomatonPeer objs
Replies: 16
Views: 8048

Re: Memory Leak in Target Silverlight App via AutomatonPeer objs

Hi Alex, We've just had a development - creating a fake AutomationPeer in the MainPage codebehind in order to shield the others seems to prevent the memory leak in both WPF and Silverlight, while still allowing Ranorex to record: For WPF, in MainPage.xaml.cs: class _FakeWindowsPeer : WindowAutomatio...