This is a little imprecise. Do you have the exact error message? Do you have an example of the flow or able to explain what you are asking UiPath to do?
Hi cotly, thanks for replying…when I am running(debugging) any flowchart or sequence, an error is occurring “one or more errors occurred”. And the workflow is ends after that particular error. I am reinstalled the application again the same error is getting…so I am requesting a solution for that…
Estou com um Erro semelhante mas só ocorre na execução via orchestrator, se alguem puder me ajudar agradeço. O erro é este:
One or more errors occurred.
An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.AggregateException: One or more errors occurred. ----> System.IO.FileNotFoundException: Could not load file or assembly ‘UiPath.Interop, Version=10.0.6957.21729, Culture=neutral, PublicKeyToken=461894da7f0ba157’ or one of its dependencies. The system cannot find the file specified.
at UiPath.Core.UiElement…ctor(SelectorStrategy strategy)
at UiPath.Core.Activities.Services.DriverService.CreateElement()
at UiPath.Core.Activities.Target.<>c__DisplayClass31_0.b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
— End of inner ExceptionDetail stack trace —
at UiPath.Executor.WorkflowRunner.EndExecute(IAsyncResult result) in D:\a\1\s\Robot\UiPath.Executor\WorkflowRuntime.cs:line 208
at UiPath.Core.Activities.InvokeWorkflowFile.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)