Hi. Faced such a problem. I get the following error when starting the process on Prod. Everything is fine on the Dev environment. Copied all packages from “Packages” from Dev to Prod - did not help (What else would you advise?
I have this activity on Dev. In Prod, I don’t have UiPath Studio. But… In Studio we see 3.4.0 v, and in “Packages” on this machine - 3.2.2. Why?
But how? I don’t have a studio on Prod. Can I just download the activity on another computer and upload it to Prod?
1 Like
This is due to if your robot is not able to access the local package files
Check below post for your reference
Hope this may help you
Thanks
1 Like
If Orchestrator is in place upload it there
OR
deploy it Prod machine on
<C:\Program Files(x86)\UiPath\Studio\Packages>,
<C:\Users"UserName"\AppData\Local\UiPath\Activities> depending on UiPath Edition
Or
deploy it on nuget store
C:\Users"UserName".Nuget … Path to activity
1 Like