Search found 10 matches

by MarkF
Fri May 12, 2017 12:10 pm
Forum: Bug Reports
Topic: Ranorex 6.1.1 and .Net 4.5.2
Replies: 3
Views: 2049

Re: Ranorex 6.1.1 and .Net 4.5.2

Found what the problem was. In the app.config, after doing the conversion to 4.5.2, is this line; <supportedRuntime version="v4.0" sku=".NETFramework,Version=4.5.2" /> The problem is the missing 'v' before the version number, so this should be; <supportedRuntime version="v4.0" sku=".NETFramework,Ver...
by MarkF
Thu May 04, 2017 12:11 pm
Forum: Bug Reports
Topic: Ranorex 6.1.1 and .Net 4.5.2
Replies: 3
Views: 2049

Re: Ranorex 6.1.1 and .Net 4.5.2

Okay, checking the release notes looks like this was fixed in 6.2.0 released Nov 2016, but our license only goes up to Oct 2016...

https://www.ranorex.com/release-notes.html#c14024


Short of renewing our license, is there any workaround?
by MarkF
Thu May 04, 2017 11:54 am
Forum: Bug Reports
Topic: Ranorex 6.1.1 and .Net 4.5.2
Replies: 3
Views: 2049

Ranorex 6.1.1 and .Net 4.5.2

I've got a fresh install of Ranorex 6.1.1 (I had the same issue earlier, uninstalled Ranorex, reboot, download 6.1.1. and install again, but no change). Creating a new Test Suite solution, builds and runs fine without any changes. Go to the new project properties, target framework is defaulted at 4....
by MarkF
Wed May 03, 2017 5:25 pm
Forum: General Questions
Topic: Problems adding reference to Ranorex project.
Replies: 2
Views: 3156

Re: Problems adding reference to Ranorex project.

qertzu, Thanks for you suggestions. I tried numerous things this morning, and it seems like oddly removing the 'System.Diagnostics.DiagnosticSource' reference from my class library (which again is 4.3.0 rather than 4.0.xx.0) rather than the System.Diagnostics.Tracing removes the warning and allows R...
by MarkF
Tue May 02, 2017 5:23 pm
Forum: General Questions
Topic: Problems adding reference to Ranorex project.
Replies: 2
Views: 3156

Problems adding reference to Ranorex project.

I'm not able to add a reference to a Ranorex project. It's a C# library and it builds fine in Visual Studio 2015, targeting .NET 4.5.2. In Ranorex Studio 6.1.1 (the most recent version permitted by my license) when I try adding the reference using the .NET Assembly Browser, selecting the output DLL ...
by MarkF
Mon Mar 06, 2017 5:29 pm
Forum: General Questions
Topic: .Net 4.6 Support.
Replies: 2
Views: 2032

Re: .Net 4.6 Support.

Already tried installing Ranorex 6.1.1 (our license is dated 2016/10) and as you say only supports up to .NET 4.5.2...

ETA it looks like we can downgrade our solution to .NET 4.5.2 to work with Ranorex 6.x, this will do for the meantime.
by MarkF
Mon Mar 06, 2017 5:00 pm
Forum: General Questions
Topic: .Net 4.6 Support.
Replies: 2
Views: 2032

.Net 4.6 Support.

We're using Ranorex Studio 5.4.6. Does this support .NET Framework 4.6? I can only select '.NET Framework 4.5' in the project properties in Ranorex Studio, so I assume not...

I've got Visual Studio 2015 installed already which I can create and build projects targeting .NET 4.6
by MarkF
Thu Oct 13, 2016 12:25 pm
Forum: General Questions
Topic: Metadata file 'csproj' could not be opened - File is corrupt
Replies: 1
Views: 1987

Metadata file 'csproj' could not be opened - File is corrupt

If I try to start running a test from the main RXTST file, it starts up ok. However if I'm in one of the RXREC files and try running/playing it from there (either the whole thing or one of the individual steps). I get the following error message; Metadata file '<Reference>.csproj' could not be opene...
by MarkF
Fri Feb 05, 2016 12:49 pm
Forum: Bug Reports
Topic: Changing and Saving Properties Does not take effect
Replies: 4
Views: 2358

Re: Changing and Saving Properties Does not take effect

Ah, I missed the small arrow to the left of 'Image Based' property... :(

Cheers for the info!
by MarkF
Fri Jan 29, 2016 3:35 pm
Forum: Bug Reports
Topic: Changing and Saving Properties Does not take effect
Replies: 4
Views: 2358

Re: Changing and Saving Properties Does not take effect

Did you change the similarity in each action in your recording module (in 'properties > Image Base Location > Similarity'? This should update the setting in your <Recording>.rxrec. I understand this is a bit old and thus could be out of date (I'm using 5.4.2), but can you elaborate on this? I'm try...