Search found 33 matches

by IanKnight
Mon Jan 30, 2017 4:37 pm
Forum: General Questions
Topic: XamlParseException After upgrading from v4 to v6
Replies: 4
Views: 1827

Re: XamlParseException After upgrading from v4 to v6

We have done some more testing and combinations and it appears to be an incompatibility with a spell checker component in .net 4.6.1 which is only available on Windows 10. If we run the same tests using all the same versions and method on a Windows 7 or 8 machine there is no error. https://connect.m...
by IanKnight
Mon Jan 30, 2017 1:08 pm
Forum: General Questions
Topic: XamlParseException After upgrading from v4 to v6
Replies: 4
Views: 1827

Re: XamlParseException After upgrading from v4 to v6

Hi, Thanks for the reply. I have now discovered that this only affects Windows 10 machines, our Windows 7 and 8 machines run the same test on the same test environment without a problem. The machines are configured the same, apart from the OS obviously, and all have been running the same tests witho...
by IanKnight
Mon Jan 23, 2017 2:24 pm
Forum: General Questions
Topic: XamlParseException After upgrading from v4 to v6
Replies: 4
Views: 1827

XamlParseException After upgrading from v4 to v6

Hi, I am just starting the process of upgrading all of our Ranorex projects from v4.2 to v6.2.1. The first issue I have encountered is with WPF where when searching for an object I get the following error - System.Windows.Markup.XamlParseException: Creating an instance of the COM component with CLSI...
by IanKnight
Wed May 11, 2016 1:29 pm
Forum: General Questions
Topic: GDI Capture Security issue ?
Replies: 4
Views: 1637

Re: GDI Capture Security issue ?

Yes I had tried removing and re-adding, there is no difference. I have tried the 64 and 32 bit versions and everything run as administrator and it does not work. When I use the 64 bit version the message given is different - "Failed to load the assemblies containing the definition of this control. U...
by IanKnight
Wed May 11, 2016 12:03 pm
Forum: General Questions
Topic: GDI Capture Security issue ?
Replies: 4
Views: 1637

Re: GDI Capture Security issue ?

I have just tried with a Windows 8 machine and although there is no error displayed, the GDI / Raw Text blocks are not found by the Spy tool. So maybe a slightly different behaviour but the result is the same the Rawtext is not found, which is ultimately what we need for the test to work as it does ...
by IanKnight
Wed May 11, 2016 10:57 am
Forum: General Questions
Topic: GDI Capture Security issue ?
Replies: 4
Views: 1637

GDI Capture Security issue ?

Hi, We have recently upgraded a couple of workstations to use Windows 10, unfortunately when we run a test that requires GDI capture to access some elements of an application the test fails to locate the object. The same test works on Windows 7 without an issue. When I run Spy in the local machine w...
by IanKnight
Thu Apr 14, 2016 3:39 pm
Forum: General Questions
Topic: GDI Class Name Changing Randomly
Replies: 2
Views: 1633

Re: GDI Class Name Changing Randomly

Thanks very much.

That does seem to be working, not sure what it means in terms of object recognition long term though.
by IanKnight
Mon Apr 11, 2016 4:03 pm
Forum: General Questions
Topic: GDI Class Name Changing Randomly
Replies: 2
Views: 1633

GDI Class Name Changing Randomly

Hi, We have been using GDI capture on a diary control for quite a while with the same GDI class name. However in a recent build the class name seems to be regenerated each time our application is started e.g. these are two messages about the same control a few minutes apart looking at the same contr...
by IanKnight
Wed Feb 17, 2016 11:35 am
Forum: General Questions
Topic: Run Configuration MetaInfo
Replies: 3
Views: 1325

Re: Run Configuration MetaInfo

In the end I used -

TestSuite.Current.SelectedRunConfig.Name.ToString()
by IanKnight
Wed Feb 17, 2016 10:56 am
Forum: General Questions
Topic: Run Configuration MetaInfo
Replies: 3
Views: 1325

Re: Run Configuration MetaInfo

Thanks very much looks exactly like what I want, I will give that a go.
by IanKnight
Wed Feb 17, 2016 10:06 am
Forum: General Questions
Topic: Run Configuration MetaInfo
Replies: 3
Views: 1325

Run Configuration MetaInfo

Hello, We currently use a custom Report Logger to log run information to a central database, this works great and does almost everything we need. However we also extensively use Run Configurations, and I have not found a way to obtain the Run Configuration name during the test run so it can be logge...
by IanKnight
Thu Oct 01, 2015 11:57 am
Forum: General Questions
Topic: Moving recording modules between folders with TFS
Replies: 4
Views: 1681

Re: Moving recording modules between folders with TFS

TFS integration is very much needed and used by us as we have many people working on the project in different locations.

We can definitely ask Ranorex for a reason why I can't multi select to drag and drop files to different folders within a project.

I'd like their official answer on that point.
by IanKnight
Thu Oct 01, 2015 11:30 am
Forum: General Questions
Topic: Moving recording modules between folders with TFS
Replies: 4
Views: 1681

Re: Moving recording modules between folders with TFS

Integrated TFS is one of the reasons we bought Ranorex as a solution ! Having had a look at the other thread, which has also affected us, I decided to try something. I removed the project from source control moved the recording modules in Ranorex (see below), and then re-added the solution to TFS. T...
by IanKnight
Thu Oct 01, 2015 10:24 am
Forum: General Questions
Topic: Moving recording modules between folders with TFS
Replies: 4
Views: 1681

Moving recording modules between folders with TFS

Hi, This sounds like a simple thing but for some reason it is difficult to do, hopefully there is a simple solution. I have a project with recording modules in several folders, I want to bulk move 50 recording modules between folders. I can only seem to move them one at a time and when I do I have t...
by IanKnight
Wed Jun 10, 2015 2:32 pm
Forum: General Questions
Topic: iLIST Child item properties
Replies: 8
Views: 3552

Re: iLIST Child item properties

That is great, worked brilliantly.

One other thing, if I wanted to change the .Children[5]. part of the reference to be more specific, i.e. the text element with the AutomationID of "textBlockItemName", can you tell me how you would do that ?