{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "DotNetZip created zip does not open on double click[opens using 7 zip extract].\n\nAfter downloading the zip, if we double click on zip, error pops up,\n\nWindows cannot open the folder\nThe compressed(zipped) folder is [folder name] invalid.\n \nBut if we extract downloaded zip using 7 Zip it displays proper files.\n\nThe code used is,\n\n string archiveName = String.Format(\"archive-{0}.zip\", DateTime.Now.ToString(\"yyyy-MMM-dd-HHmmss\"));\n Response.ContentType = \"application/zip\";\n Response.AddHeader(\"content-disposition\", \"filename=\" + archiveName);\n using (ZipFile z = new ZipFile())\n {\n         z.AddEntry(\"test1.csv\",csvData);\n         z.Save(Response.OutputStream);\n }\n Response.Flush();\n Response.Clear();\n\nPlease let me know if anyone has any idea about this.\nThanks",
    "LastUpdatedDate": "2013-04-04T05:21:41.38-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2013-04-04T05:21:41.38-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "DotNetZip created zip does not open on double click[opens using 7 zip extract]",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 16141
  },
  "FileAttachments": [],
  "Comments": []
}