We use Aspose.Zip Version 22.3 and we get during Extraction the Exception - System.IO.InvalidDataException: “Signature of end of central directory does not match. Make sure the source is valid zip archive.”
Trying to find the Error we find Opening the ArchiveEntry with:
var decompressed = arch.Entries[lv.SelectedIndices[0]].Open()
runs in a Timeout. How is it possible to take a longer Timeout
kind Regards
Reinhold Hausleber