[
  {
    "Id": "672180",
    "ThreadId": "272672",
    "Html": "\r\n<p>Hi I am using dotnetzip library to zip a bunch of files and folders(~80MB) on Windows Server2003. But my program does not give me error messages at all, instead he is stuck in following code:</p>\r\n<p></p>\r\n<div style=\"color:black; background-color:white\">\r\n<pre>                        zip.AddDirectory(source, temp); <span style=\"color:green\">// recurses subdirectories</span>\r\n                        zip.Save(temp);\r\n</pre>\r\n<pre><br></pre>\r\n</div>\r\nSame program(code) works perfectly on Windows 7. What coulb be wrong here?\r\n<p></p>\r\n",
    "PostedDate": "2011-09-15T03:44:39.01-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "672225",
    "ThreadId": "272672",
    "Html": "<p>It could be a very large directory.</p>\r\n<p>It could be a directory with a loop in the filesystem, a junction that points to its containing directory for example.</p>\r\n<p>Lots of possibilities.</p>\r\n<p>you'll need to diagnose further.&nbsp; you could start by using an AddProgress callback.&nbsp;</p>",
    "PostedDate": "2011-09-15T06:09:01.437-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "672862",
    "ThreadId": "272672",
    "Html": "<p>I think I have the same problem, please try with the same files in w7 machine that you compress in the w2k3 server, and see what happen in the addprogress event. i supose that you&acute;ll have the same problem. it no depens of the operative system. when the problem happen(if it happens in the way that i tell you), please stop the depurator and chage the extension of the temp file to zip, and look up into the zip for files with 0 size that you know have another size. &nbsp;</p>",
    "PostedDate": "2011-09-16T11:39:02.57-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]