Hello,
I am facing one problem during using GetAappCredential.xaml file. to install this file I had to copy and paste the code from GitHub into a file using notepad and saved it as a “.xaml” file in my project directory folder.
Next, when I try to open that file in UiPath studio, I get error messages in the output pane. It says the following:
“Could not find type ‘GetSecureCredential’ in namespace 'http://schemas.uipath.com/workflow/activities”
Sourse:Invoke GetAppCredential workflow
message: Cannot create unknown type;{http://schemas.uipath.com/workflow/activities}GetSecureCredential’.
Exception Type: System.Xaml.XamlObjectWriterException
I am also reinstalled Uipath.Credentials.activity from manage package.
I don’t know how to fix this. Can someone help?