Unable to ZIP excel files, getting error

Hi i am using BalaReva zip activity, after given an input and started to execute getting an error msg like " Zip: Could not load file or assembly ‘Ionic.Zip.Reduced, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c’ or one of its dependencies. The system cannot find the file specified. "
My Uipath version is 10.4.

@balupad14 please help me to fix this issue

@srinivasanma1

As an alternative can you try with Zip activities available in UiPath Studio?

image

Or we can wait until fix release by Balareva

Thanks

You can zip or unzip files easily using uipath package
https://www.botsDNA.com/BGV

i did try the above one but dont no the steps exactly, if can please provide me an example

@srinivasanma1

Check below for your reference

https://docs.uipath.com/activities/docs/extract-files

ReferenceVideo

Hope this help you

Thanks

Hi @srinivasanma1 ,

Still, you are facing a problem with this. Can you please share the BalaReva Zip activity Version?

Thank you
Balamurugan.S

Hi @srinivasanma1

You can try with the invoke method activity to achieve the requirement to zip the files.

can be achieved by using Invoke Method.Select Target Type as “System.IO.Compression”,Method Name as “CreateFromDirectory”

Please refer the below thread At the end you could find the solution to zip files using invoke method. Thanks.