How to consume custom dll and methods from .net framework?

How to consume custom dll and methods from .net framework ?

Any .net 4.6 compatible dll placed inside Documents\OpenRPA\extensions or installed in the GAC ( Global Assembly Cache ) can be accessed by OpenRPA using ā€œInvoke Methodā€ activity or ā€œInvoke Codeā€ activity. If the dll contains Workflow Foundation Activities those will automatically be added to the toolbox.
For a more scalable solution ( automatic installation across multiple robots ) you can also install packages using NuGet by selecting a project and clicking package manager. Those nuget packages then get install into Documents\OpenRPA\extensions

1 Like

Thanks Allan, It works.