Activity Creator not generating NUPGK

Hi,

I’m working on a custom activity with the Activity Creator V4, everything works well but when i’m trying to publish the project, it is not generating the nuget package, it is generating lot of folders and DLLs.

I’ve tried selecting this field

also i tried generating the nupkg with the nuget packaget explorer tool but it’s givinig an error when trying to import in studio

Thanks in advanced,
@Yoichi

Hi,

Did you published on xxxx.Activities.Design folder?

image

And also can you check if nupkg file exists in other folder such as xxxx.Activities.Design/bin/Release (or Debug)?

Regards,

1 Like

Hi @Yoichi

i could find the pckage under the bin/debug folder but getting this error when trying to import in studio

HI,

How did you add the System.Activities in you VS project?

Regards,

i just created a project with the template, then add my custom code
it looks like this

how should do i add system.activities?

Hi,

I think System.Activities should be refereed it which is in UiPath.Workflow.Runtime package. What about this?

Regards,

i don’t have that
image

Hi,

I think System.Activities 6.0.3 exists under UiPath.Workflow.Runtime. Can you check it expanding the package name?
Then, can you check if you can get UiPath.Workflow.Runtime 6.0.3 via ManagePackage of UiPath Studio?

Regards,

1 Like

Well, instaling UiPath.Workflow.Runtime 6.0.3 via ManagePackage seems to be working

Thanks you so much @Yoichi

1 Like

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