Finding Source of Exception

I keep getting this odd error here:

But everywhere I look I cannot find a spot where a Dictionary is being assigned incorrectly or if a variable is assigned wrong. My project does not contain any of the red exclamation points on the top right or any of the triangles that direct me towards exceptions.

Even when Validating / Analyzing my project, none of these errors appear.

image

Where can I go to see where these errors originated from? Note: I don’t get any more information from the logs:

@phaynes,

Check all Dictionary type variables and arguments you have used in the project.

For whatever reason, Studio was showing that the variables/arguments were all updated and current (Showing the correct kind of dictionary) however upon opening the XAML’s as text files and using a Find and Replace feature, I found that UiPath studio was not correctly replacing the old variable types under the hood.

I had to go into each XAML manually and change the variable types.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.