Custom Activity Not Showing In Studio

Hi all, I created a custom CodeActivity<bool> in Visual Studio. The project multitargets net6.0 and net7.0 and has references to UiPath.Workflow and UiPath.Workflow.Runtime.

I have built and packaged this activity and uploaded it as a library to my Orchestrator server, then added a dependency in a project. However, when trying to consume this activity in my project, it does not appear, neither in the expected namespace tree nor in the activity search.

Am I missing something obvious here? I’ve created custom activities in the legacy NetFx platform before without any issues. What’s different here?

Hi

Verify UiPath Studio Version: Check the version of UiPath Studio you’re using. If it’s an older version, it might not have support for .NET 7.0. Upgrade UiPath Studio to the latest version to ensure compatibility.

Thank you

Hi Yogeesh,

I’m using Studio 2023.10, so it’s certainly going to be new enough. The library I’ve developed additionally multi-targets net6 and net7, which creates a separate binary for each version. UiPath should be consuming the latest version it supports and should ignore the other one.