Good afternoon UiPath Forum,
I am following up on a post response by @Yoichi related to the topic by this same name. I am experiencing the same issue but the immediate panel doesn’t present the source within the Project that is causing this. I have seen a few posts that demonstrate a few different reasons for this issue. However, what I really need is to spot the place in the Project where this occurs. The error I am seeing is this and the project in question is built using the ReFramework. It looks like the load of a Dictionary variable. There also seems to be an issue with the formatting of a single quote. Is there a way to step from this error messaging into my Project and find the activity that is triggering this?
System.ArgumentException: An item with the same key has already been added. Key: VisualBasicValue1_1 at System.Collections.Generic.Dictionary
2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable1 source, Func
2 keySelector, Func2 elementSelector, IEqualityComparer
1 comparer)
at UiPath.Executor.Tracking.ActivityIdsResolver.Register(WorkflowInfo workflowInfo)
at UiPath.Executor.Tracking.DebugTrackingParticipant.RegisterWorkflow(WorkflowInfo workflowInfo)
at UiPath.Executor.DebuggerPlugin.UiPath.Executor.IDebuggerPlugin.RegisterWorkflowTracking(WorkflowInfo workflowInfo)
at UiPath.Executor.Tracking.WorkflowTracking.RegisterWorkflowTracking(WorkflowInfo workflowInfo)
at UiPath.Executor.WorkflowRuntime.RegisterWorkflow(WorkflowInfo workflowInfo)
at UiPath.Executor.RobotRunner.InitWorkflowApplication()
at UiPath.Executor.RobotRunner.ExecuteJob()