Xceed Zip Compression Library Documentation
xceCompression constant
Xceed Compression control reference > Xceed Compression control error codes > xceCompression constant

Value

1003

Description

The compression or decompression engine returned an error.

Tips

If you are uncompressing data, the data may be corrupted, or it has been altered in some way from the time that it was obtained by the Compress method. Verify that the compressed data you are getting from the Compress method is exactly the same as the compressed data you are passing to the Uncompress method (bit for bit).

If you are compressing data, this should not happen (but is a possibility). Contact Xceed Software if it does. You may be passing an invalid type data type to the Compress method.