{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I create the zip like this\n \n \n MemoryStream stream = new MemoryStream(buf);\n            MemoryStream zipStream = new MemoryStream();\n \n using (ZipFile zip = new ZipFile())\n            { \n zip.CompressionMethod = CompressionMethod.Deflate;\n            zip.CompressionLevel = Ionic.Zlib.CompressionLevel.None;\n            zip.AlternateEncoding = System.Text.Encoding.GetEncoding(\"ibm437\");\n            zip.AlternateEncodingUsage = ZipOption.Always;\n            zip.UseZip64WhenSaving = Zip64Option.Never;\n                var e = zip.AddEntry(String.Format(\"Solicitud Id {0} - Tipo Id {1} - Version {2}.pdf\", first.SDT_SDO_SOL_ID, first.SDT_SDO_TDO_ID, first.SDT_SDO_VERSION), stream);\n zip.Save(zipStream);\n}\n \nWhen I open the file with 7Zip it opne corretly but with winrar and zip from Windows Explorer cannot be open. Any idea?",
    "LastUpdatedDate": "2013-02-21T18:42:46.237-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-09-03T04:31:59.527-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "ZIp return in Webservice not open by WinZip but yes form 7ZIP",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 15573
  },
  "FileAttachments": [],
  "Comments": []
}