Xceed Zip Compression Library Documentation
xsrInvalidCRC constant
Xceed Zip control reference > Xceed Zip control skipping reasons > xsrInvalidCRC constant

Value

107

Description

The calculated CRC (checksum) for the file does not match the CRC indicated in the zip file.

Tips

After the file was unzipped, the CRC calculated by the library does not match the CRC stored in the zip file. The purpose of the stored CRC is to allow the unzipping application or library to determine if the unzipped data has been restored to its original state. Therefore, getting this skipping reason means the f uncompressed data is corrupted. The file is unzipped anyway, so you can recover as much of it as you can.