Custom Activity - Not Resolved

Hi,
I am following https://docs.uipath.com/activities/docs/creating-a-custom-activity link to create my custom activity.

However, after importing created package using ‘Manage Packages’ dialog in UiPath Studio, I can see import is not successful. Icon is red exclamation mark and if I hover mouse over I can see tooltip ‘Requested >= 1.0.0, not resolved’

image

Visual studio project details: Its a .Net Framework 4.6.1 class library project

UI Path Studio 2019.10.3 , Microsoft Windows 10 Enterprise 64-bit , .Net Framework Version 4.7.2 or latter

Any pointers?

1 Like

hey after creating your custom activity did you pasted your nupkg in packages folder??

Yes I did.
I configured new package source and consume newly created package from there. Please see below snap.

Got it. Answer was in my question itself. I changed .Net framework to 4.7.2 and it worked !

4 Likes

Good!
cheers @hemants

1 Like

Hi @hemants download nuget package Explorer and then browse nupkg file inside nuget package explorer then create nuget package then nuget file put in the package folder and try to install.
i hope solve ur problem.

This issue could be a package manager uncomfortable .net framework issue. install the new .net framework and publish the package.

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