{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I have this code:\n\n```\nUsing zip As ZipFile = New ZipFile()\n                    zip.UseZip64WhenSaving = Zip64Option.AsNecessary\n                    If (tamMaxFichero IsNot Nothing) Then\n                        zip.MaxOutputSegmentSize = tamMaxFichero\n                    End If\n\n                    zip.UpdateDirectory(rutaDirectorio)\n                    If (exclusiones IsNot Nothing) Then\n                        Dim entradas As List(Of Ionic.Zip.ZipEntry)\n                        For Each exclusion In exclusiones\n                            entradas = zip.Entries.Where(Function(f) f.FileName.ToUpper().Contains(exclusion.ToUpper())).ToList()\n                            For Each entrada In entradas\n                                zip.RemoveEntry(entrada)\n                            Next\n                        Next\n                    End If\n\n                    zip.CompressionLevel = nivelCompresion\n                    zip.Save(ficheroSalida)\n                End Using\n```\nSometimes (not always) I get a System.ObjectDisposedException exception. Anyone can help me or tell me what is happening. Any solution to this?\n\nThanks in advance",
    "LastUpdatedDate": "2013-08-21T05:10:09.45-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2013-06-11T00:05:47.617-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "System.ObjectDisposedException: Cannot access a closed file",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 16254
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "any solution about it ?",
      "PostedDate": "2013-08-21T05:10:09.45-07:00",
      "Id": -2147483648
    }
  ]
}