{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "This is fixed in v1.9.1.6.  I didn&#39;t actually produce a fix, but I produced a test and it passed.  See changeset 79567.  ",
    "ClosedDate": "2011-06-21T12:47:11.367-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "From http://dotnetzip.codeplex.com/discussions/207076 \n \nI am using the latest version of the library - I just downloaded it today to see what I could cook up with it.\n \n \nThe error that I get when I attempt to use RemoveEntry with the relativePath variable is just \"The entry you specified was not found in the zip archive.\"  There was no inner exception or any other seemingly useful data. Let me know if theres anything else I can provide you with!\n \n \n \nAs a workaround, I was able to get this kludge to work:\n \n...\nzip.RemoveEntry(getZipEntry(zip, relativePath))\n...\n \nprivate ZipEntry getZipEntry(ZipFile theZip, string fileName)\n{\n\tforeach (ZipEntry e in theZip.SelectEntries(\"*.inibin\"))\n\t{\n\t\tif (e.FileName.Equals(fileName))\n\t\t{\n\t\t\treturn e;\n\t\t}\n\t}\n\treturn null;\n}\n \n \nHowever - after successfully removing the entry, I was still getting 2 files in the zip file.  Maybe an Entry doesnt behave as I am expecting?",
    "LastUpdatedDate": "2013-05-16T05:31:51.23-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2010-03-24T14:50:38.587-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Errors with Duplicate Entries",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 2,
    "Id": 10499
  },
  "FileAttachments": [],
  "Comments": []
}