Could not load type ‘System.Activities.TextExpressionBase`1’ from assembly ‘UiPath.Workflow, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null’.
it works perfect in studio debug mode. how to solve this?
Could not load type ‘System.Activities.TextExpressionBase`1’ from assembly ‘UiPath.Workflow, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null’.
it works perfect in studio debug mode. how to solve this?
Are the versions your robot runs different to Studio?
I had the same issue in Azure DevOps pipeline
it didn’t work with the following
so I changed the cli version then it worked fine