[
  {
    "Id": "536123",
    "ThreadId": "238462",
    "Html": "\r\n<p>Hello,</p>\r\n<p>I have been testing the latest DotNetZip in my C# VS 2008.&nbsp; Initially, everything was running smoothly and I had no problems reading zip files.&nbsp; To do so, I would have the following:</p>\r\n<pre>using (ZipFile zip = ZipFile.Read(filepath)) {\r\n     foreach (ZipEntry entry in zip) {\r\n                 entry.Extract(storepath, ExtractExistingFileAction.OverwriteSilently);\r\n     }\r\n}</pre>\r\n<p>All the file (and directories) in the ZIP file would get created in my storepath area.&nbsp; Now, for some reason, I am getting some error on the extraction when reading some ZIP files.&nbsp; These include:</p>\r\n<p>1) &quot;Could not find file 'E\\tmp\\BorderKML.java'&quot;.&nbsp; In this case, my ZIP had several files, some at the the base (not in a sub-directory) and some in sub-directories.&nbsp; The &quot;BorderKML.java&quot; file is listed first and is not in a sub-directory.&nbsp;\r\n The ZIP file was read from the E:\\tmp directory.</p>\r\n<p>2) &quot;Could not find a part of the path 'E:\\tmp\\z_test\\bb\\bbb\\dir2a\\'&quot;.&nbsp; In this case I have a zip file being read from the E:\\tmp\\z_test\\bb directory.&nbsp; Within the ZIP, there is a bbb\\dir2a\\dir2b sub-directory structure with a file located in each\r\n directory.</p>\r\n<p>Does anyone have a clue as to why DotNetZip is having an issue reading these ZIP files?&nbsp; The problem is, I can get the same error on other ZIP files, but seeemingly have no problem with some other ZIP files.&nbsp;</p>\r\n<p>Thanks - Peter</p>\r\n<p><span style=\"color:#0000ff; font-size:x-small\"><span style=\"color:#0000ff; font-size:x-small\"><span style=\"color:#0000ff; font-size:x-small\"><span style=\"color:#0000ff; font-size:x-small\"><span style=\"color:#0000ff; font-size:x-small\"><span style=\"color:#0000ff; font-size:x-small\"><span style=\"color:#0000ff; font-size:x-small\"><span style=\"color:#0000ff; font-size:x-small\"><font size=\"2\" color=\"#0000ff\"></p>\r\n<p>&nbsp;</p>\r\n</font></span></span><span style=\"color:#2b91af; font-size:xx-small\">&nbsp;</span><span style=\"font-size:x-small\"></span></span></span></span></span></span></span>\r\n<p></p>\r\n",
    "PostedDate": "2010-12-15T06:36:50.583-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "537436",
    "ThreadId": "238462",
    "Html": "\r\n<p>First, in order to help diagnose the problem, I'll need a full stack trace of any exception you get out of DotNetZip.&nbsp;&nbsp; The error messages you posted are interesting, but not useful unless I know exactly where they are originating.&nbsp; I've often\r\n seen the case that error messages like these originate in user code, and I'm obviously not going to be able to help much with that.</p>\r\n<p>Then, if it appears that it is happening within the DotNetZip library, I'll need to look at a zip file that causes the problem. If you had a small zip file that exhibits the problem, I could look into it to see if I can detect any problems in the zip.</p>\r\n<p>&nbsp;</p>\r\n",
    "PostedDate": "2010-12-17T10:54:43.037-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]