Error while executing exe file

Ranorex Studio, Spy, Recorder, and Driver.
csolanki
Posts: 120
Joined: Thu Mar 22, 2018 8:51 am

Error while executing exe file

Post by csolanki » Fri Aug 24, 2018 12:40 pm

Hi Team,

I am facing attached error when I am trying to execute file through exe. What could be the reason behind it.
You do not have the required permissions to view the files attached to this post.
Regards,
Charu Solanki
Ranorex User

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Error while executing exe file

Post by odklizec » Fri Aug 24, 2018 12:47 pm

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?
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

csolanki
Posts: 120
Joined: Thu Mar 22, 2018 8:51 am

Re: Error while executing exe file

Post by csolanki » Fri Aug 24, 2018 12:51 pm

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
Regards,
Charu Solanki
Ranorex User

csolanki
Posts: 120
Joined: Thu Mar 22, 2018 8:51 am

Re: Error while executing exe file

Post by csolanki » Fri Aug 24, 2018 1:14 pm

I would like to know how to update runtime folder files.
Regards,
Charu Solanki
Ranorex User

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Error while executing exe file

Post by Support Team » Fri Aug 24, 2018 9:31 pm

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

csolanki
Posts: 120
Joined: Thu Mar 22, 2018 8:51 am

Re: Error while executing exe file

Post by csolanki » Fri Aug 31, 2018 11:50 am

It worked, Thanks . :)
Regards,
Charu Solanki
Ranorex User