I keep getting this error on Orchestrator but not while running manually

Hello, I keep getting this error on Orchestrator when trying to run an automation:

Could not load type ‘System.Activities.TextExpressionBase`1’ from assembly ‘UiPath.Workflow, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null’.

I already updated the version of the system.activities and of Ui.Automation directly on the process.
This doesn’t let the process run at any circumstances has anyone ever faced this issue?

@rodrigo.simao,

It happens mostly due to incompatibility between Studio version and Robot version differences.

Check these few threads for more understanding and solution.

Thanks,
Ashok :slight_smile:

Can I use the latest version of studio?

The version of Studio you use should match the version of Orchestrator you’re using.

@rodrigo.simao,

Yes, you can use If your Orchestrator version and Robot version supports it. Check this compatibility matrix.

Thanks,
Ashok :slight_smile:

Orchestrator version:

image

Robot and Assistant version:

What studio version should I install?

Since you’re on 23.10.x of Orchestrator you should use 23.10.x of Studio.

is 23.10.8 good enough? I had the 23.10.3 studio version and it was causing these problems

That error isn’t coming from Orchestrator. It’s coming from Robot that’s installed on the robot server. Check THAT version.

This is what I have on the server side:

image

And the robot has the same version:

image

The thing that is bothering me is that before today everything ran wihtout any problems

That’s likely your issue. You’re building the automation in a newer version of Studio then trying to run it on an old version of Robot. Upgrade those servers. Just so you know you don’t need Studio installed on robot servers. You can install just Robot.

This could be the issue, also. You’re using later versions of packages and trying to run them on 2022.x Robot. Pay attention to the descriptive text shown for packages in the Manage Packages window - it tells you the minimum version necessary for Studio/Robot to run that package.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.