Robots are failing when run from orchestrator

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

@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

this package version is not available in the manage packages.

done. but still receiving the error.

Thanks

@Venkat4

that is a dependency…

try to copy the nuget folder from a different machien to this

cheers

I dont see this package in any of the other machines.

Cheers

@Venkat4

just copy the .nuget folder also should do

cheers

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?

@Jon_Smith

we are using Robot version and Studio version is 23.10.6.

Cheers

Ok, my idea that it could be related to the version being different is out then, thanks for checking.

Hi @Venkat4

Upgrade to the new version of studio and published the same process.
Check if this helps :slight_smile: