ZipLibrary: System.ArgumentException is thrown when reading a zip archive containing duplicate file names
The following error is thrown when a zip containing duplicate file names is iterated through: System.ArgumentException: 'An item with the same key has already been added.'
2 comments
ADMIN
Dimitar
Posted on:09 Aug 2022 09:18
Hi Jan,
Thank you for providing the solution. I have updated your Telerik points.
Regards,
Dimitar
Progress Telerik
The Premier Dev Conference is back!
Coming to you live from Progress360 in-person or on your own time, DevReach for all. Register Today.
Jan
Posted on:08 Aug 2022 21:32
The reason for the problem is the dictionary, which is actually little used. Enclosed is a suggested solution.