[
  {
    "Id": "1170245",
    "ThreadId": "501369",
    "Html": "I created a very basic project that has a string path for each the source directory and destination zip file path. Single files seem to work okay but multi file attempts stop during the creation of the zip file and I am left only with a DotNetZip-xxxxxxxx.tmp. I have tested this on every .Net 3.5, 4.0 and 4.5 all with the same results. Any suggestions?<br />\n",
    "PostedDate": "2014-01-15T21:03:00.95-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "1193596",
    "ThreadId": "501369",
    "Html": "I am experiencing the same issue.  Any suggestions?<br />\n",
    "PostedDate": "2014-01-23T13:47:44.317-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "1201098",
    "ThreadId": "501369",
    "Html": "same issue<br />\n",
    "PostedDate": "2014-01-30T13:02:06.513-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "1202462",
    "ThreadId": "501369",
    "Html": "I'm experiencing the same thing. I've used DotNetZip for several years to build very specific zips containing our software. We run this on average twice a week, and I have never had a problem before. <br />\nNow I am getting the zip process hanging after ZipProgressEventType.Saving_BeforeWriteEntry but before ZipProgressEventType.Saving_AfterWriteEntry. This happens on one of four specific files - two DLLs, or their associated PDBs.<br />\n<br />\nCould Windows Search be responsible? Is it possible that my process (build on server -&gt; copy to local -&gt; create zip) is running differently as a result of some windows update? I have tried this on several machines, all with the same result. <br />\n",
    "PostedDate": "2014-02-04T05:27:03.97-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "1206150",
    "ThreadId": "501369",
    "Html": "Which version you are using sir @DaveWhiteNet,\r<br />\n<br />\nmy discussion link\r<br />\n<a href=\"https://dotnetzip.codeplex.com/discussions/531094\" rel=\"nofollow\">https://dotnetzip.codeplex.com/discussions/531094</a>\r<br />\n<br />\nI am facing probrem with password protection and encryption\r<br />\n<br />\nHi,\r<br />\nWhen I use the below code zip file is created but when I unzip it from F drive in unzipped without asking password and also without  any encryption.\r<br />\nI restore that database and I was successful in restoring it.\r<br />\n<br />\nI added dotnetzip library from nuget after installing it names as Ionic.Zip and its version is 1.9.2.0 and Runtime version is v2.0.50727\r<br />\n<br />\nMy project is empty asp.net application in VS 2013 and my operating system is windows 8\r<br />\n<br />\nWhat I am doing wrong.\r<br />\n<br />\nUsed code from this URL <a href=\"http://dotnetzip.codeplex.com/wikipage?title=CS-Examples\" rel=\"nofollow\">http://dotnetzip.codeplex.com/wikipage?title=CS-Examples</a>\r<br />\nCreate a Zip archive that uses WinZip-compatible AES encryption. \r<br />\n<br />\nMy code is this\r<br />\nusing Ionic.Zip;\r<br />\nusing Ionic;\r<br />\n<br />\nusing (ZipFile zip = new ZipFile())<br />\n<pre><code>        {\n            zip.CompressionLevel = Ionic.Zlib.CompressionLevel.BestCompression;\n            zip.AddFile(@&quot;F:\\\\TestDotnetzip.bak&quot;); \n            zip.Password = &quot;123456&quot;;\n            zip.Encryption = EncryptionAlgorithm.WinZipAes256;\n            zip.Save(@&quot;F:\\\\TestDotnetzip.zip&quot;);\n        }</code></pre>\n\n",
    "PostedDate": "2014-02-09T23:11:34.527-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "1249084",
    "ThreadId": "501369",
    "Html": "There’s a bug in the EmitPendingBuffers method of ParallelDeflateOutputStream.cs. In some cases the file is written before all threads have finished doing deflate on local buffers.\r<br />\n<br />\nSolution:\r<br />\nReplace “while (doAll &amp;&amp; (_lastWritten != _latestCompressed))” with “while (doAll &amp;&amp; (_lastWritten != _lastFilled))», and then it work’s fine.<br />\n",
    "PostedDate": "2014-05-23T15:21:20.463-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]