✅ System.ArgumentException 'IBM437' is not a supported encoding name.
I wanted to compress my epub file via .Net with this tutorial https://products.aspose.com/zip/net/compress/epub/
I just copied and pasted its source code into my Rider and ran it. Then it gave me this error
`
The line the error points to is
`
But I only copied and pasted from the aspose website.
I tried this SO post https://stackoverflow.com/questions/25993251/ibm437-is-not-a-supported-encoding-name-from-zipfile-read-method
But the IBM437 error still appears. Does anyone know any workaround here?
I just copied and pasted its source code into my Rider and ran it. Then it gave me this error
`
The line the error points to is
`
But I only copied and pasted from the aspose website.
I tried this SO post https://stackoverflow.com/questions/25993251/ibm437-is-not-a-supported-encoding-name-from-zipfile-read-method
But the IBM437 error still appears. Does anyone know any workaround here?
C# compression source code to compress EPUB documents into a single zip archive or vice versa on .NET Framework, .NET Core.
Stack Overflow
I have a problem when my code execute this using:
using (ZipFile archive = ZipFile.Read(File)) //<== Crash Here!
{
foreach (ZipEntry entry in archive.Entries)
{
entry.Extract(
using (ZipFile archive = ZipFile.Read(File)) //<== Crash Here!
{
foreach (ZipEntry entry in archive.Entries)
{
entry.Extract(