When Run Robot then getting error
Compilation failures occurred:
Unable to load assembly 'UiPath.Mail.Activities.Design'. The type or namespace name 'Apollo' does not exist in the namespace 'UiPath.UIAutomationNext.Activities.Design.Themes' (are you missing an assembly reference?) The type or namespace name 'Apollo' does not exist in the namespace 'UiPath.UIAutomationNext.Activities.Design.Themes' (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.
System.InvalidOperationException: Compilation failures occurred:
Unable to load assembly 'UiPath.Mail.Activities.Design'. The type or namespace name 'Apollo' does not exist in the namespace 'UiPath.UIAutomationNext.Activities.Design.Themes' (are you missing an assembly reference?) The type or namespace name 'Apollo' does not exist in the namespace 'UiPath.UIAutomationNext.Activities.Design.Themes' (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__114.MoveNext()