Activities are not displayed correctly after opening the Project from .nupgk

I have downloaded a .nupkg from Orchestrator and unzipped it, in order to open the Project in Studio. I noticed that all the Activities are not displayed properly and when trying to add new Activities like “Get Text”, Studio can’t find the Activity despite the Dependency being installed.


Left: Displayed Incorrectly | Right: Expected Display

image
Dependencies seem to be the same.

Did the Process of publishing the Package to Orchestrator cause a loss of information or is this an Error?

Don’t open it directly from the zip file. Extract the files from the zip and open from the extracted folder.

I was able to reproduce this behavior by Creating a regular REFramework Project and then Publish it to a local directory.

The Published Project contained a few more files in the Folder and I compared the Project.json.

Result: The Dependencies were the issue.

I just overwrote the Project.json file and the Activities were displayed correctly again.

1 Like

Good catch. It replaces the dependencies with the compiled versions when you publish. I’m surprised it didn’t do the same for the Excel and Testing packages.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.