Venkat4
(Srikanth BV)
November 29, 2024, 4:57pm
1
Hello,
Robots are failing on a specific machine with the below mentioned error when run from the Orchestrator.
Error → System.Exception: Could not start executor. Could not load file or assembly ‘System.Collections.Immutable, Version=1.2.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’. The system cannot find the file specified.
Please suggest.
Cheers
Anil_G
(Anil Gorthi)
November 29, 2024, 6:34pm
2
@Venkat4
Looks like one of the package is not fully downloaded
Go to machine c:\users\username\.nuget
rename the packages or delete
Then the packages would be downloaded again
Cheers
Venkat4
(Srikanth BV)
November 30, 2024, 6:51am
3
this package version is not available in the manage packages.
done. but still receiving the error.
Thanks
Anil_G
(Anil Gorthi)
November 30, 2024, 1:04pm
4
@Venkat4
that is a dependency…
try to copy the nuget folder from a different machien to this
cheers
Venkat4
(Srikanth BV)
December 4, 2024, 4:18pm
5
I dont see this package in any of the other machines.
Cheers
Anil_G
(Anil Gorthi)
December 4, 2024, 4:43pm
6
@Venkat4
just copy the .nuget folder also should do
cheers
Jon_Smith
(Jon Smith)
December 4, 2024, 4:56pm
7
Can you confirm the version of the robot that is trying to run the process and the version of Studio you used to build the package please?
Venkat4
(Srikanth BV)
December 4, 2024, 5:59pm
8
@Jon_Smith
we are using Robot version and Studio version is 23.10.6.
Cheers
Jon_Smith
(Jon Smith)
December 5, 2024, 8:48am
9
Ok, my idea that it could be related to the version being different is out then, thanks for checking.
AJ_Ask
December 6, 2024, 1:36pm
10
Hi @Venkat4
Upgrade to the new version of studio and published the same process.
Check if this helps