I’m facing a very strange issue with a fresh installation of UiPath Studio Community. My goal is simply to create a new process and use basic activities like “Write Line”.
The Problem:
My Activities Panel does not show any core activities (like “Write Line” or “Message Box”), even after I confirmed that the UiPath.System.Activities package is installed and listed in my project dependencies.
Troubleshooting steps I have already taken:
Performed a full, clean reinstallation of UiPath Studio.
Diagnosed and resolved a firewall issue that was blocking the package manager from connecting to the internet. I have created a permanent "allow" rule for UiPath.Studio.exe.
With the firewall rule in place, I successfully searched for and installed the UiPath.System.Activities package.
I can confirm that UiPath.System.Activities is visible in the "Manage Packages" -> "Project Dependencies" list.
Even after the package was installed, the activities were not visible.
I tried forcing a package reload by changing the version number and saving.
I created a brand new, empty project to make sure the project file itself was not corrupt.
Despite all these steps, the activities from the installed package are still not visible in the Activities Panel.
Has anyone seen this behavior before? What else can I check? Are there specific log files I should look for?