ReportToPDF fails to find assembly file

Ranorex Studio, Spy, Recorder, and Driver.
dmconsulting1
Posts: 169
Joined: Fri Nov 08, 2019 3:23 pm

ReportToPDF fails to find assembly file

Post by dmconsulting1 » Wed Feb 23, 2022 7:28 pm

Error loading code-completion information for Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null from Ranorex.ReportToPDF, Version=1.0.17.0, Culture=neutral, PublicKeyToken=null:
Could not find assembly file.

Any ideas?

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

Re: ReportToPDF fails to find assembly file

Post by odklizec » Thu Feb 24, 2022 9:11 am

Hi,

Well, obvious question, are you sure that the Ranorex Automation helpers are properly installed? Have you tried to uninstall/reinstall helpers? Did it work before?
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

dmconsulting1
Posts: 169
Joined: Fri Nov 08, 2019 3:23 pm

Re: ReportToPDF fails to find assembly file

Post by dmconsulting1 » Thu Feb 24, 2022 5:03 pm

Ha, we had merged the repo, so things got shifted a directory down. I had to change the reference in the AutomationHelpers.csproj and add another ..\

<HintPath>..\..\..\packages\Ranorex.ReportToPDF.1.0.17\lib\net40\Ranorex.ReportToPDF.exe</HintPath>