I am working with both SAP and a web portal. I used different click activities and tested all possible click options, and everything works correctly in Studio. However, when I run the process from UiPath Assistant, it shows the following error:
Error:-
“Could not load file or assembly ‘UiPath.System.Activities, Version=25.10.3.0, Culture=neutral, PublicKeyToken=null’. The system cannot find the file specified.”
I have already updated the activity packages, but the issue still persists
Ensure the same UiPath.System.Activities package version is installed on both Studio and Robot, consolidate dependencies in Manage Packages, , if still not work then republish the process from Studio so Assistant can load the correct assembly.
If helpful, mark as solution. Happy automation with UiPath
Hi @Sharanbasappa_Malipatil , check eventviewer logs on the computer it is failing, you will see which package is missing, upload the package to UiPath orchestrator library section.
I ran into these issues earlier, i had to upload the missing library version to orchestrator library
The error occurs because UiPath Studio is using UiPath.System.Activities version 25.10.3, but the Robot or Assistant does not have this version available. Update the Robot or Assistant to match the Studio version, or downgrade UiPath.System.Activities in Studio to a version that the Robot already supports, then publish again and run. This will resolve the issue.