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âŠ
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)