Advertisement
Guest User

Cannot read that as a ZipFile

a guest
Jun 8th, 2016
746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Ionic.Zip.ZipException: Cannot read that as a ZipFile ---> Ionic.Zip.BadReadException: Bad signature (0x55555555) at position 0x04541B3C
  2. at Ionic.Zip.ZipEntry.ReadHeader(ZipEntry ze, Encoding defaultEncoding)
  3. at Ionic.Zip.ZipEntry.ReadEntry(ZipContainer zc, Boolean first)
  4. at Ionic.Zip.ZipFile.ReadIntoInstance_Orig(ZipFile zf)
  5. at Ionic.Zip.ZipFile.ReadIntoInstance(ZipFile zf)
  6. --- End of inner exception stack trace ---
  7. at Ionic.Zip.ZipFile.ReadIntoInstance(ZipFile zf)
  8. at Ionic.Zip.ZipFile.Read(String fileName, TextWriter statusMessageWriter, Encoding encoding, EventHandler`1 readProgress)
  9. at SWPatcher.Patching.Patcher.AddZipToZip(String zipPath, String destinationZipPath, String directoryInDestination)
  10. at SWPatcher.Patching.Patcher.<>c__DisplayClassc.<Worker_DoWork>b__6(<>f__AnonymousType0`2 swFile)
  11. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  12. at SWPatcher.Patching.Patcher.Worker_DoWork(Object sender, DoWorkEventArgs e)
  13. at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
  14. at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement