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
Srini84
(Srinivas Kadamati)
December 16, 2021, 6:53am
3
@srinivasanma1
As an alternative can you try with Zip activities available in UiPath Studio?
Or we can wait until fix release by Balareva
Thanks
sudheern
(Sudheer Nimmagadda)
December 16, 2021, 6:58am
4
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
Srini84
(Srinivas Kadamati)
December 16, 2021, 8:34am
7
balupad14
(Balamurugan (BalaReva))
January 14, 2022, 12:30pm
8
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.
Thanks. As a workaround, I managed with the invoke method referring notepad suggested in one of the articles I linked. However, it would be great if we could have zip file extension by default in UIPath.