Installed package import

how to import the installed package in the toolbox ?

I’m sorry if I misunderstood the question.
You can install more activities in the toolbox, by placing the dll in “Documents\OpenRPA\extensions” or in the Global Assembly Cache ( GAC )
You can make OpenRPA download and install the dll if you ( or someone else ) published an NuGet package. You can install NuGet package reference by going to “Open Project” selecting a project and then click “Open Package Manager” here you can see installed packages and you can search any nuget package feed you have setup for your machine for new packages to install. Keep in mind, the packages needs to allow targets of .net 4.6.2 or lower to work.

2 posts were split to a new topic: Error after moving custom dlls in extensions folder