I have a problem when my code execute this using:
using (ZipFile archive = ZipFile.Read(File)) //<== Crash Here!
{
foreach (ZipEntry entry in archive.E
In Visual Studio:
Open Package Manager Console and type in Install-Package System.Text.Encoding.CodePages -Version 4.4.0. Change the version number appropriately.
Add this line to your code: Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
Attach the necessary directive if required.