-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why can't I use the REFramework workflow file called "GetAPPCredentials.xaml" file in UiPath Studio #29
Comments
same issue,,can anyone help???? |
I'm also having this same issue. Anyone able to help? |
Hi, install the package or inherit it from some other work file . Hope the below link works for you all https://forum.uipath.com/t/uipath-credentials-activities-package-not-found/141868/18 133 |
I figured the problem out. The GetAppCredentials workflow file is trying to access an activity that doesn't exist in any of your dependency packages within your list of dependencies in your workspace. You have to download the package named: "UiPath.Credentials.Activities" Once downloaded, the error goes away and you're good. |
after installing the above package ,i still have the same problem |
Hey there. Do you have a screenshot of your error? |
Source: Invoke Workflow File Message: Cannot create unknown type '{http://schemas.uipath.com/workflow/activities}GetSecureCredential'. Exception Type: System.Xaml.XamlObjectWriterException This is what i get |
I too installed the above package , but I still have the same problem. |
I have solved this issue changing the package to the version previous from the 2.0 because the framework its working on this version, you can either do this or replace the activities with the 2.0 package |
This is the only legitimate solution to this problem |
Only 2.0 version is available for the credential package. No other version available. Is there any other way to resolve the issue? |
|
You may need to change this package version. Look at my version. Let me
know if this helps
[image: image.png]
…On Mon, Jan 2, 2023 at 12:08 PM gielk ***@***.***> wrote:
Having the same problem.
[image: image]
<https://user-images.githubusercontent.com/24224715/210261376-9654ba9c-6dba-47b6-9ba5-1eb990acc0cf.png>
Not able to downgrade to a lower version, of UiPath.Credentials.Activities
[image: image]
<https://user-images.githubusercontent.com/24224715/210261482-1c4074ba-1cff-42d2-b9fa-a472454b6ae3.png>
—
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APVDFRSSNBS4CDHAP6CHPZTWQMDRZANCNFSM4NJ3EPGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi @lomasd12 The image is not loading? |
Can you see the attachment now?
…On Tue, Jan 3, 2023, 7:43 AM gielk ***@***.***> wrote:
Hi @lomasd12 <https://github.com/lomasd12> The image is not loading?
—
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APVDFRTV2TG7NUERTQ2U5LTWQQNF3ANCNFSM4NJ3EPGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@lomasd12 No there is no image, |
I have tried attaching again. But if you cannot see it, the point I am
trying to make is the package version I have for Credentials package is
1.1.6479.13204
…On Tue, Jan 3, 2023 at 10:55 AM gielk ***@***.***> wrote:
@lomasd12 <https://github.com/lomasd12> No there is no image,
—
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APVDFRURHG5HJ4XAYH7MSWDWQRDXVANCNFSM4NJ3EPGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Well, i got the same problem that |
First, I tried to download the file from Github but there is no download button so I had to copy and paste the code into a file using notedpadd++ 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"
For convenience, I have attached an image of the raw code of the .xaml file displaying the line that contains the namespace that is mentioned in the above error. I have also attached an image of the UiPath studio error.
I don't know how to fix this. Can someone help?
The text was updated successfully, but these errors were encountered: