Studio 2023.10.3 update can't run processes from Orchestrator

We’ve updated our Studio Version from 2022.10.3 to 2023.10.3 which caused a following popup to come up when opening a Windows version project:

received_341045728849836

After confirming it the process runs fine from Studio but does not when triggered from the Orchestrator.
Can someone explain:

  1. Why does every Windows project require such a reference import in the latest Studio version?
  2. Do we need to update something on the machine where bot run to make the process work from Orchestrator?

The error message that shows in the Orchestrator or if you try to run a process from Studio without importing the references first is this one:

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

System.TypeLoadException: Could not load type 'System.Activities.TextExpressionBase1' from assembly 'UiPath.Workflow, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null'. at _005_Conrad.Main.GetImplementation() at System.Activities.Activity.OnInternalCacheMetadata(Boolean createEmptyBindings) at System.Activities.Activity.InternalCacheMetadata(Boolean createEmptyBindings, IList1& validationErrors)
at System.Activities.ActivityUtilities.ProcessActivity(ChildActivity childActivity, ChildActivity& nextActivity, Stack1& activitiesRemaining, ActivityCallStack parentChain, IList1& validationErrors, ProcessActivityTreeOptions options, ProcessActivityCallback callback)
at System.Activities.ActivityUtilities.ProcessActivityTreeCore(ChildActivity currentActivity, ActivityCallStack parentChain, ProcessActivityTreeOptions options, ProcessActivityCallback callback, IList1& validationErrors) at System.Activities.ActivityUtilities.CacheRootMetadata(Activity activity, LocationReferenceEnvironment hostEnvironment, ProcessActivityTreeOptions options, ProcessActivityCallback callback, IList1& validationErrors)
at System.Activities.Hosting.WorkflowInstance.ValidateWorkflow(WorkflowInstanceExtensionManager extensionManager)
at System.Activities.Hosting.WorkflowInstance.RegisterExtensionManager(WorkflowInstanceExtensionManager extensionManager)
at System…

1 Like

Hi @MarekBruna

Please check the below thread

Regards

I’m not sure if these two issues are related, I font seem to have a problem with the if activities.

Hi @MarekBruna

Please update all the packages to the higher version and keep the runtime rule as Lowest Applicable Version and it will sort the issue.

Regards

1 Like

Hi @MarekBruna

I have faced the similar error and when I updated all packages to the latest versions by keeping the runtime rule as Lowest as applicable the issue resolved.

Regards

1 Like