Xceed Zip for COM/ActiveX on x86/x64 Documentation
Xceed Compression control reference / Xceed Compression control error codes / xceDataRemaining constant
In This Topic
    xceDataRemaining constant
    In This Topic

    Value

    1006

    Description

    The compressed data passed to the Uncompress method was successfully uncompressed by the compression engine and passed the CRC test, however, not all the compressed data was used in order to produce the uncompressed output. In other words, the decompression engine expected less data than the amount passed to it.

    Tips

    Either too much data is being passed to the Uncompress method (you are providing extra, unnecessary data after the compressed data) or the data may possibly be corrupted (although this latter possibility is unlikely due to the checksum verification step).