Page 1 of 1

Ranorex.Core.WinApi.dll not found on Remote Agent

Posted: Tue Sep 05, 2017 10:36 am
by floolf
Hello,

I want to use RanorexRemoteAgent on my project.
My remote agent is installed on a VM, where Ranorex 7.1 is installed in D: whereas it is installed in C: on my desktop.
When I run my test suite in RemotePanel, a System.IO.FileNOTFoundException 'Ranorex.Core.WinApi.dll' occurs on the VM.

On the VM, RanorexPath is set and the dll is present
C:\Users\svc_NONREG>ls '%RanorexPath%\bin\Ranorex.Core.WinApi.dll'
D:\Program Files (x86)\Ranorex 7.1\\bin\Ranorex.Core.WinApi.dll

Where does RemoteAgent look for those libs ?

Re: Ranorex.Core.WinApi.dll not found on Remote Agent

Posted: Tue Sep 05, 2017 3:58 pm
by floolf
I removed and reinstalled Ranorex with default configuration (in C:) and it solved my problem