Search found 17 matches

by odd
Wed May 25, 2011 10:54 am
Forum: Automation Tools
Topic: Unhandeled Exception in 3.0.2 Spy
Replies: 13
Views: 3040

Re: Unhandeled Exception in 3.0.2 Spy

I think I found solution. Just turned off .Net 4 in Ranorex.Spy.x86.exe.config <?xml version="1.0" encoding="utf-8" ?> <configuration> <startup useLegacyV2RuntimeActivationPolicy="true"> <!-- <supportedRuntime version="v4.0"/> --> <supportedRuntime version="v2.0.50727"/> </startup> <runtime> <enforc...
by odd
Wed May 25, 2011 10:30 am
Forum: Automation Tools
Topic: Unhandeled Exception in 3.0.2 Spy
Replies: 13
Views: 3040

Re: Unhandeled Exception in 3.0.2 Spy

Hi Peter. I have uploaded sample app to your ftp, file "Client.zip". So, conditions are: - Ranorex 3.0.2; - Windows Server 2008 R2 (not sure if it's relevant) ; - .Net framework 3.5 & 4 (extended version from VS2010 preferable); - Started sample application (not important if it not connected to DB o...
by odd
Tue May 24, 2011 11:03 am
Forum: Automation Tools
Topic: Unhandeled Exception in 3.0.2 Spy
Replies: 13
Views: 3040

Re: Unhandeled Exception in 3.0.2 Spy

After falling back to 3.0.1 Spy doent throw error, but i cant close it (do not reacting on close button) and crashes whed viewing repository options (when our apllication is launched, of course). At least i can save repository, or make export. We can send you sample application and\or give access to...
by odd
Tue May 24, 2011 10:18 am
Forum: Automation Tools
Topic: Unhandeled Exception in 3.0.2 Spy
Replies: 13
Views: 3040

Re: Unhandeled Exception in 3.0.2 Spy

We tested Ranorex Spy on Windows 2008 R2, too. It looks like a problem with that specific machine. Do you have all prerequisites for Ranorex installed on the server? Yes, all that needed is installed. Previous version of ranorex worked fine. So Ranorex Spy only crashes when you track your specific ...
by odd
Tue May 24, 2011 9:27 am
Forum: Automation Tools
Topic: Unhandeled Exception in 3.0.2 Spy
Replies: 13
Views: 3040

Re: Unhandeled Exception in 3.0.2 Spy

Tried with trial licence on other (non server) machine. Spy is working correctly.
by odd
Tue May 24, 2011 9:14 am
Forum: Automation Tools
Topic: Unhandeled Exception in 3.0.2 Spy
Replies: 13
Views: 3040

Re: Unhandeled Exception in 3.0.2 Spy

Does this only happen on one machine or is this reproducible on other machines, too? Cannot reproduce on other machines since we have only one professional license and its on terminal server. But, problem repeats with different users. So, if you just run Spy and track e.g. Windows Calculator the pr...
by odd
Tue May 24, 2011 8:59 am
Forum: Automation Tools
Topic: Unhandeled Exception in 3.0.2 Spy
Replies: 13
Views: 3040

Re: Unhandeled Exception in 3.0.2 Spy

Tried to reinstall net 4, 3.5, ranorex. Same result.

Gathered some additional information: The problem occurs only when our application is working (net 3.5 32 bit devexpress application).
by odd
Mon May 23, 2011 2:43 pm
Forum: Automation Tools
Topic: Unhandeled Exception in 3.0.2 Spy
Replies: 13
Views: 3040

Unhandeled Exception in 3.0.2 Spy

Hello. We are working on terminal server (windows server 2008 R2) with VS2010 + Ranorex. Today i have updated ranorex from 3.0.1 to 3.0.2 and since than i can't find or highlight any objects with the Spy. It just don't do anything and show error window or crashes. Installation performed by "Install ...
by odd
Thu May 05, 2011 11:11 am
Forum: General Questions
Topic: Terminal server and finding UI elements.
Replies: 2
Views: 1743

Re: Terminal server and finding UI elements.

Thanks for answer.
by odd
Thu May 05, 2011 10:28 am
Forum: General Questions
Topic: Terminal server and finding UI elements.
Replies: 2
Views: 1743

Terminal server and finding UI elements.

Hello.
We have Terminal server with 4+ users, each running its own instance of AUT. Does ranorex scan them all when trying to find element or only the one user's instance, from whom the test is launched?
by odd
Wed May 04, 2011 4:41 pm
Forum: Automation Tools
Topic: XPath for finding both modal and in-application windows.
Replies: 2
Views: 2273

XPath for finding both modal and in-application windows.

Our application have MDIClient area, where the windows are placed by default, so the XPath will be like: /application/mdi-client/form But, sometimes those windows are modal ant thier XPath is like: /form I can find them both by using "/.//form" but its takes too much time. Is there a way to find the...
by odd
Thu Apr 14, 2011 8:35 am
Forum: Automation API
Topic: Validate.NotExists() throws Element.NotFoundException.
Replies: 2
Views: 2587

Re: Validate.NotExists() throws Element.NotFoundException.

Thank you. This solves my issue.
by odd
Wed Apr 13, 2011 3:51 pm
Forum: Automation API
Topic: Validate.NotExists() throws Element.NotFoundException.
Replies: 2
Views: 2587

Validate.NotExists() throws Element.NotFoundException.

During execution the following code when "Interface.Chicago.Instance.Client.Main.Self" window is not exists, try { Validate.NotExists(Interface.Chicago.Instance.Client.Main.Self, "Comment.", false); } catch (RanorexException e) { Report.Error(e.ToString()); } Ranorex throws Element.NotFoundException...
by odd
Fri Apr 08, 2011 9:30 am
Forum: Object Identification and Technologies
Topic: DevExpress & Table.Rows
Replies: 4
Views: 3446

Re: DevExpress & Table.Rows

Solution is short enough to be good. Thank you.

Regards, Alexander.