[
  {
    "Id": "566557",
    "ThreadId": "246136",
    "Html": "\r\n<p>hi all,</p>\r\n<p>I'm a beginner of programming.</p>\r\n<p>Can you explain more for me about ZipFile.Save()</p>\r\n<p>basically, I only use 4 statements in my program:</p>\r\n<p><strong><span style=\"color:#0000ff\">ZipFile zFile;</span></strong></p>\r\n<p><strong><span style=\"color:#0000ff\">zFile.UpdateFile(....);</span></strong></p>\r\n<p><strong><span style=\"color:#0000ff\">zFile.Save();&nbsp; //(1)</span></strong></p>\r\n<p><strong><span style=\"color:#0000ff\">zFile.RemoveEntry(...)</span></strong></p>\r\n<p><strong><span style=\"color:#0000ff\">zFile.Save(); //(2) I got exception here, like : &quot;threre is another thread using this zip file&quot;.</span></strong></p>\r\n<p>&nbsp;</p>\r\n<p>does statement (1) create separate thread for saving zip, and that thread still running when I call statement (2) ?</p>\r\n",
    "PostedDate": "2011-02-15T08:49:09.077-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "566717",
    "ThreadId": "246136",
    "Html": "<p>It's possible that ZipFile uses multiple threads.&nbsp; If you need information on this, Please see the documentation for ZipFile.ParallelDeflateThreshold.&nbsp;</p>\r\n<p>But what are you really trying to do?&nbsp;&nbsp; The code you have shown is will not run properly.&nbsp;&nbsp; It is not complete code.&nbsp;&nbsp;&nbsp; So I'm sure you have other code, that you are not showing.&nbsp;</p>\r\n<p>Why would you want to save a ZipFile, then remove an entry and Save() it again?&nbsp;&nbsp; There may be a bug in the Zip library relating to this series of calls, and you can avoid it by NOT doing that. But I don't know because I cannot see the rest of your code.</p>\r\n<p>If you post a full test case, I may be able to help you more.</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2011-02-15T13:10:52.327-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "566972",
    "ThreadId": "246136",
    "Html": "<p>Dear Cheeso,</p>\r\n<p>thank you very much for your fast reply and your very powerful DotNetZip.</p>\r\n<p>It seems that I have solved my problem by myself.</p>\r\n<p>I will ask you when I have more problems.</p>\r\n<p>Thank you very much!</p>",
    "PostedDate": "2011-02-16T00:50:13.06-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "571202",
    "ThreadId": "246136",
    "Html": "<p>I'm glad to be of service. I'm also glad you like the library.</p>",
    "PostedDate": "2011-02-23T17:57:02.96-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]