Open ahmadfraz1992 opened 3 years ago
Do you have sample data you can include with this issue? For instance do you have a sample file or a dump of the byteArray
that you are reading from? The exception is occurring when attempting to read the file name from the buffer and my guess it is related to the text encoding of the file name. Without sample data that reproduces the issue, it will be very difficult to track this down.
I tried.
……
memoryStream.Seek(0, SeekOrigin.Begin);
ZipRead(memoryStream).ExtractAll(....) ```
……
It's working fine now, but I don't know why it's doing this.
We are having issue on opening the zip file from .netstandard library project. We are working on xamarin.Android Current version Here is the code snippet.
When we try reading the ZipFile it generates an error. Following is the stack trace of exception.
And the stack trace of inner exception is
Please let me know what i am doing wrong Is this the library bug.