You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when I try unzipping a zipped file
NotSupportedException: Encoding 437 data could not be found. Make sure you have correct international codeset assembly installed and enabled.
at System.Text.Encoding.GetEncoding (System.Int32 codepage) [0x0023f] in <695d1cc93cca45069c528c15c9fdd749>:0
at System.Text.Encoding.GetEncoding (System.String name) [0x00012] in <695d1cc93cca45069c528c15c9fdd749>:0
at Ionic.Zip.ZipFile..cctor () [0x00000] in <0b673486957f46b286a1950c59e4644b>:0
Rethrow as TypeInitializationException: The type initializer for 'Ionic.Zip.ZipFile' threw an exception.
The description mentions it works on mac, doesn't it!? Could any explain the issue? Thanks in advance
The text was updated successfully, but these errors were encountered:
I get this error when I try unzipping a zipped file
NotSupportedException: Encoding 437 data could not be found. Make sure you have correct international codeset assembly installed and enabled.
at System.Text.Encoding.GetEncoding (System.Int32 codepage) [0x0023f] in <695d1cc93cca45069c528c15c9fdd749>:0
at System.Text.Encoding.GetEncoding (System.String name) [0x00012] in <695d1cc93cca45069c528c15c9fdd749>:0
at Ionic.Zip.ZipFile..cctor () [0x00000] in <0b673486957f46b286a1950c59e4644b>:0
Rethrow as TypeInitializationException: The type initializer for 'Ionic.Zip.ZipFile' threw an exception.
The description mentions it works on mac, doesn't it!? Could any explain the issue? Thanks in advance
The text was updated successfully, but these errors were encountered: