Robust Path default set even without the option enabled in Ranorex Studio

Ranorex Studio, Spy, Recorder, and Driver.
puniar
Posts: 26
Joined: Thu Jan 24, 2019 12:51 pm

Robust Path default set even without the option enabled in Ranorex Studio

Post by puniar » Mon Jun 06, 2022 9:39 am

Hello,

We are in the progress of migration from 9.1.0 to 10.1.7 version of Ranorex. The migration hasn't impacted much of the scripts or Recordings, but we are facing an issue where the new property "Robust Path" is added to the repo item.

The settings in the Studio is still with the older setup as attached in the image.
RxRobustPath.PNG
The solution when build using Studio is not giving an exception, but where as in a CI setup (Using MSBUILD) while the solution build we get the following error.
"Error CS1729: 'RepoItemInfo' does not contain a constructor that takes 7 arguments"


What could be the solution to fix this?
You do not have the required permissions to view the files attached to this post.
Regards,
Punith

stpl
Posts: 3
Joined: Mon Jul 24, 2023 12:29 pm

Re: Robust Path default set even without the option enabled in Ranorex Studio

Post by stpl » Tue Oct 10, 2023 2:07 pm

I faced similar behaviour with msbuild when migrating from ranorex 9 to 10.
For me it got solved with installing Ranorex Studio 10 on the very PC were msbuild is executed, because it comes with all the required dependencies (.net framework 4.8, etc.).
Best Regards, Paul