[
  {
    "Id": "284956",
    "ThreadId": "82929",
    "Html": "<p>I'm running into an issue when taking a large file and splitting it.</p>\r\n<p>When the file gets close to 1gb or over (I've tested on a 980mb file and a 2.5gb file), splitting the zip file doesn't seem to work. I get an exception as follows:</p>\r\n<p>{&quot;Could not find file 'C:\\\\ziptest\\\\zipped\\\\SQL Server Developer 2005.z01'.&quot;:&quot;C:\\\\ziptest\\\\zipped\\\\SQL Server Developer 2005.z01&quot;}</p>\r\n<p>&nbsp;</p>\r\n<p>If I watch it when its going, the file is created in the directory (along with a tmp file). It churns away for a bit and then produces that error message. The files also disappear from the directory.</p>\r\n<p>If I remove the&nbsp;MaxOutputSegmentSize line, it works just fine on all the large files. Splitting works fine for me on small files.</p>\r\n<p>Changing the MaxOutputSegmentSize value seems to make no difference. So it seems to me like it is a combo of large files and splitting.</p>\r\n<p>&nbsp;</p>\r\n<p>Code:</p>\r\n<p>zip.AddFile(strFilePath);<br>zip.Comment = &quot;This zip was created at &quot; + System.DateTime.Now.ToString(&quot;G&quot;);<br><br>zip.MaxOutputSegmentSize = 500000 * 1024;     <br><br>string strOutputFileName = fiFileToProcess.Name.Substring(0, fiFileToProcess.Name.Length - 3);<br>zip.Save(strZipDir + &quot;\\\\&quot; + strOutputFileName + &quot;zip&quot;);</p>\r\n<p>Any ideas?</p>",
    "PostedDate": "2010-02-02T13:48:53.057-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "284970",
    "ThreadId": "82929",
    "Html": "<p>Your code looks fine.</p>\r\n<p>That's an odd error message.&nbsp; Can you give me the entire stack trace?</p>",
    "PostedDate": "2010-02-02T14:14:01.74-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "284973",
    "ThreadId": "82929",
    "Html": "This discussion has been copied to a work item. Click <a href=\"http://dotnetzip.codeplex.com/WorkItem/View.aspx?WorkItemId=10143\">here</a> to go to the work item and continue the discussion.",
    "PostedDate": "2010-02-02T14:14:27.803-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]