{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Out of memory exception occurs in zip.Save() line.Below is my code. Any help would be appreciated. Thanks\n\n Using zip As ZipFile = New ZipFile(targetFile)\n                            zip.UseZip64WhenSaving = Zip64Option.AsNecessary\n                            For Each f In fileList\n                                zip.AddFile(f, \"\")\n                            Next\n                            zip.Save(targetFile)\nEnd Using",
    "LastUpdatedDate": "2014-07-29T13:16:02.59-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2014-07-29T13:16:02.59-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Out of memory exception",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 16930
  },
  "FileAttachments": [],
  "Comments": []
}