Installing dll in uipath studio

Hi All,

I’m working on to ZIP a file, for this we need to have System.IO.Compression.filesystem assembly.

I have downloaded the class dll but don’t know how to install it in UIPATH.

Could someone please help me out on how to install the “system.io.compression.filesystem.dll” in uipath studio.

Regards,
Prabakaran

Hello!

You just have to go to “Imports” tab and type what you would like to import.

image

Hope it Helps :slight_smile:

Regards,

1 Like

Hi Lucas,

I got the solution for this issue.

Even after importing the IO.Compression namespace you cant get the System.IO.Compression.filesystem assembly.

What we need to do is convert the .dll file into a nuget package and place the package under “C:\Program Files (x86)\UiPath Platform\Packages”

Then we need open the .xmal file in a notepad and place mention the assembly manually like below

image

By doing this we can use the assembly in uipath studio

4 Likes

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