Page 1 of 1

Error while executing exe file

Posted: Fri Aug 24, 2018 12:40 pm
by csolanki
Hi Team,

I am facing attached error when I am trying to execute file through exe. What could be the reason behind it.

Re: Error while executing exe file

Posted: Fri Aug 24, 2018 12:47 pm
by odklizec
Hi,

It seems there is missing file Ranorex.Core.Resolver.dll? Have you checked its presence in EXE directory? The file should be automatically copied during build. What version of Ranorex do you use?

Re: Error while executing exe file

Posted: Fri Aug 24, 2018 12:51 pm
by csolanki
Hi,

Yes, actually I have runtime folder and .exe file. In my run time folder the file you mentioned is present.

Ranorex version : 8.2.0
Windows : 10

Re: Error while executing exe file

Posted: Fri Aug 24, 2018 1:14 pm
by csolanki
I would like to know how to update runtime folder files.

Re: Error while executing exe file

Posted: Fri Aug 24, 2018 9:31 pm
by Support Team
Hi csolanki,

The Ranorex.Core.Resolver.dll needs to be in the same directory as the test executable. Below is the required bare minimum for a test. However, I recommend also including a solution settings file (Ranorex.rxsettings).

Code: Select all

Ranorex.Core.Resolver.dll
Sample_Project.exe
Sample_Project.rxtst
I hope this helps!

Cheers,
Ned

Re: Error while executing exe file

Posted: Fri Aug 31, 2018 11:50 am
by csolanki
It worked, Thanks . :)