✅ 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
Unhandled exception. System.ArgumentException: 'IBM437' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. (Parameter 'name') at System.Text.EncodingTable.InternalGetCodePageFromName(String name) at System.Text.EncodingTable.GetCodePageFromName(String name) at System.Text.Encoding.GetEncoding(String name) at Aspose.Zip.Archive.Save(Stream outputStream, ArchiveSaveOptions saveOptions) at Aspose.Zip.Archive.Save(String destinationFileName, ArchiveSaveOptions saveOptions) at Program.<Main>$(String[] args) in /Users/musterfrau/RiderProjects/CompressViaRider/CompressViaRider/Program.cs:line 12
Unhandled exception. System.ArgumentException: 'IBM437' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. (Parameter 'name') at System.Text.EncodingTable.InternalGetCodePageFromName(String name) at System.Text.EncodingTable.GetCodePageFromName(String name) at System.Text.Encoding.GetEncoding(String name) at Aspose.Zip.Archive.Save(Stream outputStream, ArchiveSaveOptions saveOptions) at Aspose.Zip.Archive.Save(String destinationFileName, ArchiveSaveOptions saveOptions) at Program.<Main>$(String[] args) in /Users/musterfrau/RiderProjects/CompressViaRider/CompressViaRider/Program.cs:line 12