Ranorex.Plugin.Delphi

Ask general questions here.
SanMan
Posts: 210
Joined: Tue Apr 13, 2010 9:59 am

Ranorex.Plugin.Delphi

Post by SanMan » Tue Mar 27, 2018 5:55 am

I get this error when compile.

Error loading code-completion information for Ranorex.Plugin.Delphi from Ranorex.Plugin.Delphi:
Could not find assembly file.
Build started.
Warning MSB3245: Could not resolve this reference. Could not locate the assembly "Ranorex.Plugin.Delphi". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

Do I need to get this "Ranorex.Plugin.Delphi" somewhere?

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

Re: Ranorex.Plugin.Delphi

Post by odklizec » Tue Mar 27, 2018 7:46 am

Hi,

What Ranorex version do you use? There seems to be no Delphi plugin in my Ranorex installation folder. So it's either missing, due to an installation glitch or you are using 8.1 beta, with new native Delphi support? I don't have 8.1 beta installed anymore (waiting for final 8.1) so I can't confirm (not)existence of Delphi plugin in beta release.
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

ahoisl
Certified Professional
Certified Professional
Posts: 192
Joined: Fri Sep 07, 2007 8:16 am

Re: Ranorex.Plugin.Delphi

Post by ahoisl » Tue Mar 27, 2018 7:57 am

Did you open your solution with the Ranorex 8.1 Beta? If so, then it probably added that reference to the Delphi plugin. You can safely remove that reference after switching back to 8.0 RTM. Thank you!

Regards,
Alex
Ranorex Team

SanMan
Posts: 210
Joined: Tue Apr 13, 2010 9:59 am

Re: Ranorex.Plugin.Delphi

Post by SanMan » Wed Mar 28, 2018 5:46 am

Hi,

yes, 8.1 beta is use.

Thank you for your help.