Hello, when I install UiPath on new machine and open my workflow, it threw me this error:
Could not find type ‘BuildDictionary(String,Object)’ in namespace ‘http://schemas.microsoft.com/workflow/2012/07/xaml/activities’. Row: 129, Column: 16Could not find type ‘BuildDictionary(String,Object)’ in namespace ‘http://schemas.microsoft.com/workflow/2012/07/xaml/activities’. Row: 129, Column: 16
What I did:
- Added System.Collections.Generic to Import Namespace
- Check this page, make sure the activities needed are installed.
Link: https://activities.uipath.com/docs/about-the-core-activities-pack
Installed: Microsoft.Activities.Extensions and UiPath.Core.Activities - Restarted PC after doing 1 and 2
But nothing worked. Any advice what to do?