Upload DLL in Manage Packages

Hi,
I have one DLL file which I want to use it in my project. What should I do so that DLL file should come in “Manage Packages” and we can install in our Project?

hi @Deepak_M
if you want to use external DLL file in your process then ,
initially you want to create NuGet package
In order to create a NuGet package you need to install NuGet Package Explorer

for further clarifications refer https://docs.uipath.com/activities/docs/creating-a-custom-activity this link… hope, it may aid you… :grinning:

Thank you @shalinisettu