Usercodecollection not showing in library

Ranorex Studio, Spy, Recorder, and Driver.
karltinsly
Posts: 43
Joined: Tue Jun 07, 2016 9:59 pm

Usercodecollection not showing in library

Post by karltinsly » Thu Jul 14, 2022 8:20 pm

We have a custom usercode collection that we reference in dozens of projects. It has both recording modules and code modules in it. It works fine in all of the solutions we've used it in. Today I added it to an existing solution, and although the recording modules appear in the browser, the usercodecollection and its methods are not available in the library, and intellisense does not recognize the usercodecollection either.

I have refreshed the reference, removed and re-added the reference, closed and re-opened the solution, closed and reopened Ranorex, and restarted the computer. Always the same result - recording modules are in the browser, but none of the methods available in the library or through intellisense.

I've opened some of the other solutions that have reference our usercodecollection and they work as expected.

Any idea what can be causing this? Thanks.

karltinsly
Posts: 43
Joined: Tue Jun 07, 2016 9:59 pm

Re: Usercodecollection not showing in library

Post by karltinsly » Thu Jul 14, 2022 11:07 pm

Apparently I was adding the reference in the wrong place - I was adding to the reference folder under Ranorex Automation Helpers. It works when I add it to the References folder directly below the project header.