[
  {
    "Id": "1087336",
    "ThreadId": "455176",
    "Html": "Hello,<br />\nI have a file encypted with dotnetzip (AES256). When I try to extract it, sometimes OutOfMemory exception is thrown. The file is not too big, 200mb.  \n<br />\n<pre><code>There is my code for extraction proccess:\nusing (var zip = ZipFile.Read(&quot;./file&quot;))\n                    {\n                        \n                        ZipEntry e = zip[fileName];\n                        e.Password = file_password;\n                        e.Extract(selectedPath,action);\n                    }</code></pre>\n\nI tried with zip.ParallelDeflateThreshold = -1, but no results. I dont use memory stream.<br />\nAnyone knows solution for this?<br />\nSorry for my english.<br />\n<br />\nEdit:<br />\nIt looks like everything is ok. This exption was thrown from something else in my app. Sorry. <br />\n",
    "PostedDate": "2013-09-02T06:38:16.35-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]