End of Central Directory record could not be found

后端 未结 10 1868
温柔的废话
温柔的废话 2020-11-29 10:39

I am downloading a zip file using c# program and I get the error

at System.IO.Compression.ZipArchive.ReadEndOfCentralDirectory()
   at System.IO.Compression         


        
10条回答
  •  臣服心动
    2020-11-29 11:29

    I used SharpCompress C#.net Library available via Nuget Package manager, it solved my purpose of unzipping.

提交回复
热议问题