Hi @Nitya1, thanks for your message. There are no Robot logs at the folder path you mentioned. But as previously mentioned, there is an error related to the missing package: “Could not load file or assembly ‘UiPath.System.Activities, Version=23.4.2.0, Culture=neutral, PublicKeyToken=null’. The system cannot find the file specified.”
The package is not installed. So how do I go about getting the latest System.Activities package?
Yep, they are both the same version, 23.4.0. I think maybe because I am using the newest version that for some reason UiPath Orchestrator doesn’t have the latest version of the system.activities package? It’s weird.
Thanks again for your continued assistance! I disabled the firewall, deleted the package from my nuget folder to get a new version of the package, and re-installed it via Assistant and it still doesn’t work.
The compatibility is fine.
Where do I go in Orchestrator to see the System.Activities package? I don’t see it anywhere.
Hi @oscar
Try to upload the package to orchestrator as oppose to have on the local, we have seen similar issues for our robots
following are some of the things which we have tried and it resolved it
Uploading the package to orchestrator tenant or orchestrator host which ever is selected by the admin for your feed
Try creating a local path to the package if the default does not work .
Ensure that u are running the bot in the same machine in which u have opened it via studio.
I made a discovery which you might find interesting!
I deleted the latest version of Studio (23.4.0) and installed 22.10.7.
I made no changes to the project and published it again to Orchestrator.
Now the package works just fine, and it runs perfectly on my development PC as well as my Robot PC.
The only thing that changed was my version of UiPath Studio. 23.4.0 does not work when publishing the package. But 22.10.7 does work.
So there is definitely something wrong in Studio 23.4.0.
I think we just have to wait for UiPath Devs to update and fix Studio 23.4.0, but in the meantime I would suggest using the old and stable version of Studio, 22.10.7.
I’m having the exact same issue, and it started happening after updating both robot and development machine to version 23.4.0. I think I have found the culprit. I compared the .nuspec file for the published nupkg, and in version 23.4.0 I can find the following dependencies listed:
So basically it looks like the proper dependencies were missing from the nupkg published by new version of Studio? I just added the lines from old version of the .nuspec -file to the new version (I didn’t delete the runtime dependencies, idk if those are actually required?) and re-zipped the packaged and renamed back to .nupkg and boom it works. Hopefully a fix is on the way.
While this solves your problem, unfortunately this is not the correct solution.
In 23.4, we split the packages in design time and runtime and the problem you and @oscar are facing is because of this split that is conflicting with other packages that you have in the process.
Your solution brings the whole design time package at runtime and that’s how other packages don’t have conflicts.
Stay tuned, a fix should be coming in the following week.