Hi,
So I will give a little background I have built a bot UiPath studio 2022.4.3
I tried to run that bot with UiPath studio 2021.10.x. It gave me a few missing activities errors then later I fixed that and it was fixed. But then this error accrued.
Exact traceback,
21.10.4+Branch.master.Sha.8f864e3db4251aecabea63041087de2634460029
Compilation failures occurred:
The type or namespace name 'ResourceHandling' does not exist in the namespace 'UiPath.Platform' (are you missing an assembly reference?)
Complete results are contained in the Data property of this exception. Please correct the errors in the source and retry the Load.
RemoteException wrapping System.InvalidOperationException: Compilation failures occurred:
The type or namespace name 'ResourceHandling' does not exist in the namespace 'UiPath.Platform' (are you missing an assembly reference?)
Complete results are contained in the Data property of this exception. Please correct the errors in the source and retry the Load.
at System.Activities.XamlIntegration.ActivityXamlServices.Compile(IDynamicActivity dynamicActivity, LocationReferenceEnvironment environment)
at System.Activities.XamlIntegration.ActivityXamlServices.Load(XamlReader xamlReader, ActivityXamlServicesSettings settings)
at System.Activities.XamlIntegration.ActivityXamlServices.Load(XmlReader xmlReader, ActivityXamlServicesSettings settings)
at System.Activities.XamlIntegration.ActivityXamlServices.Load(Stream stream, ActivityXamlServicesSettings settings)
at UiPath.Executor.WorkflowLoader.LoadWorkflow(String xamlPath, String compiledWorkflowAssemblyName)
at UiPath.Executor.WorkflowRuntime.Load(String workflowFile)
at UiPath.Executor.RobotRunner.InitWorkflowApplication()
at UiPath.Executor.RobotRunner.d__88.MoveNext()