Search found 5 matches

by rragsac
Wed Nov 06, 2019 5:43 pm
Forum: General Questions
Topic: Build error regarding missing 4.6.2 assemblies following upgrade
Replies: 7
Views: 2150

Re: Build error regarding missing 4.6.2 assemblies following upgrade

Upgrading to 9.2, I had the same issue with Visual Studio 2017 installed. I was upgrading from an older version of Ranorex. The prerequisite executable gave me a setup error saying .NET 4.6.2 was already installed. After I installed the Ranorex 9.2 update, Ranorex could never find the 4.6.2 assembli...
by rragsac
Wed Apr 17, 2019 4:06 pm
Forum: How To …
Topic: Firewall Settings using Ranorex Agent and Ranorex Studio
Replies: 2
Views: 2288

Re: Firewall Settings using Ranorex Agent and Ranorex Studio

Thank you Vaughn.

TCP and UPD ports were set to "All". I changed them to use the ports recommended for the Ranorex Agent and that seemed to work.

Regards,
Rod
by rragsac
Tue Apr 16, 2019 12:42 am
Forum: How To …
Topic: Firewall Settings using Ranorex Agent and Ranorex Studio
Replies: 2
Views: 2288

Firewall Settings using Ranorex Agent and Ranorex Studio

I've been trying to figure out why Ranorex cannot see my Remote Agent Clients. I verified that my subnet addresses are identical. When I run Ranorex Studio, it does not find the Agents. After reviewing the firewall settings, my IT department has set on my machine, I noticed that a couple things that...
by rragsac
Tue Feb 19, 2019 11:15 pm
Forum: General Questions
Topic: Test execution not possible: Test execution fatal crash with NullReferenceException
Replies: 13
Views: 1772

Re: Test execution not possible: Test execution fatal crash with NullReferenceException

Thank for the suggestion. For some reason, the folder had two projects, one in the top folder and one in a subfolder. I was referencing the project in the parent folder and was getting that error. When I removed the top level project and used the project in the subfolder, the error went away. -Rod
by rragsac
Tue Feb 12, 2019 9:01 pm
Forum: General Questions
Topic: Test execution not possible: Test execution fatal crash with NullReferenceException
Replies: 13
Views: 1772

Re: Test execution not possible: Test execution fatal crash with NullReferenceException

Has this issue been solved? I just started encountering the same issue after doing some organization and refactoring in Ranorex Studio. I created a new project and copying over all the needed .cs files and .rxtst files into the new project from another project. I added all the references needed and ...