Search found 5 matches

by TomF
Thu Jan 05, 2012 6:53 am
Forum: Automation Tools
Topic: Ranorex slow after moving to VS2010 / .NET4
Replies: 10
Views: 3774

Re: Ranorex slow after moving to VS2010 / .NET4

Hi, sorry for the delay (due to the holidays). I cannot provide sample code (it is a rather large code base). I made a patch to prove what I think is the problem. The patch seems to work (it reduces the number calls to fetch resources from the resource DLLs). Based on what I have seen I estimate tha...
by TomF
Fri Dec 23, 2011 9:22 am
Forum: Automation Tools
Topic: Ranorex slow after moving to VS2010 / .NET4
Replies: 10
Views: 3774

Re: Ranorex slow after moving to VS2010 / .NET4

Hi, we done some more debugging and this is what we found. Microsoft indicates that there is a change in the ResolveEventHandlerEvent code: http://msdn.microsoft.com/en-us/library/system.appdomain.assemblyresolve(v=VS.100).aspx "Important Beginning with the .NET Framework 4, the ResolveEventHandler ...
by TomF
Thu Dec 22, 2011 2:36 pm
Forum: Automation Tools
Topic: Ranorex slow after moving to VS2010 / .NET4
Replies: 10
Views: 3774

Re: Ranorex slow after moving to VS2010 / .NET4

Hi Martin,

I double checked but both the executables have an app.config file which contains a startup section to forward the EXE to CLR4.0 (like example 6).

Sorry. We need to define a debugging strategy so figure out the root cause.
What do you advice?

Regards,
Tom
by TomF
Wed Dec 21, 2011 3:49 pm
Forum: Automation Tools
Topic: Ranorex slow after moving to VS2010 / .NET4
Replies: 10
Views: 3774

Re: Ranorex slow after moving to VS2010 / .NET4

Hi, thanks for the fast response. I will check-out the tips you have given.
I have done a fast debug session and updated the initial post. Can you have a look.

Regards,
Tom
by TomF
Wed Dec 21, 2011 11:30 am
Forum: Automation Tools
Topic: Ranorex slow after moving to VS2010 / .NET4
Replies: 10
Views: 3774

Ranorex slow after moving to VS2010 / .NET4

LS, we are using Ranorex (version 2.3) to test our application. We want to move over to VS2010 / NET4 (we are using VS2008 / NET3.5). However while testing we found that version 2.3 is not supporting NET4. So we migrated to Ranorex 3.2 and recompiled our scripts (downloaded the evaluation version). ...