{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I am trying to use the dotnetzip lib to extract a csv file from zip to a stream to read the data, but there is an exception when i try to read the zip file (see Error.jpg attached).\n\nI don't know what is wrong, could you help?\n\nThanks,\nAlex",
    "LastUpdatedDate": "2014-02-21T08:10:29.21-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2014-02-17T06:28:13.207-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "DotNetZip Lib not working to extract data in stream",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 16714
  },
  "FileAttachments": [
    {
      "FileId": 4859,
      "FileName": "Error.jpg",
      "DownloadUrl": ".\\4859"
    }
  ],
  "Comments": [
    {
      "Message": "I assume the zip file actually exists; if not I'd expect a FIleNotFoundException anyway. If the file is not a valid zip file dotnetzip throws a ZipException, so that cannot be it either.\r\n\r\nIt would help if you provided details like a stack trace etc. (for example, run the test program from the console and copy the exception text).\n",
      "PostedDate": "2014-02-21T08:10:29.21-08:00",
      "Id": -2147483648
    }
  ]
}