{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in change set 27057.  The first release in which this will be available is the v1.7.1.7 preview release.",
    "ClosedDate": "2008-12-18T16:34:07.073-08:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "I'm made application for download fonts from site. After font zip downloaded only extracting font files.\nGiving that errors :\n \nC:\\Documents and Settings\\Jaex\\Desktop\\Fonts\\phaser_bank.zip is not a valid zip file\nC:\\Documents and Settings\\Jaex\\Desktop\\Fonts\\low_gun_screen.zip is not a valid zip file\nC:\\Documents and Settings\\Jaex\\Desktop\\Fonts\\nightrunner.zip is not a valid zip file\nC:\\Documents and Settings\\Jaex\\Desktop\\Fonts\\talkies.zip is not a valid zip file\nC:\\Documents and Settings\\Jaex\\Desktop\\Fonts\\mystic_singler.zip is not a valid zip file\n...\n \nEverytime this same files give error. I'm tried with WinRar and this zip files not corrupt. I can't understand what is problem? If you want test yourself enter this site www.dafont.com and search that font names. One example : http://img.dafont.com/dl/?f=phaser_bank\nMy code :\n \n           Try\n               Dim FontCheck As Integer = 0\n               Dim zip As New ZipFile(Dir & e.UserState.ToString & \".zip\")\n               For Each z As ZipEntry In zip\n                   If (z.FileName.EndsWith(\".ttf\", StringComparison.CurrentCultureIgnoreCase) OrElse z.FileName.EndsWith(\".otf\", StringComparison.CurrentCultureIgnoreCase)) AndAlso z.FileName.IndexOf(\"\\\") = -1 Then\n                       z.Extract(Dir & \"Fonts\", True)\n                       FontCheck += 1\n                   End If\n               Next\n               zip.Dispose()\n               If FontCheck = 0 Then EditBox.AppendText(\"'\" & e.UserState.ToString & \".zip' not include any font file. (.ttf, .otf)\" & vbCrLf)\n           Catch ex As Exception\n               EditBox.AppendText(ex.Message & vbCrLf)\n           End Try",
    "LastUpdatedDate": "2013-05-16T05:32:34.67-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2008-11-25T08:30:19.733-08:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "DotNetZip cannot open font zip files",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 6647
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "These files have been generated with the \"PK00\" prefix.  It's sort of a cul-de-sac in the pkware spec.",
      "PostedDate": "2008-12-18T16:32:06.59-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2008-12-18T16:34:07.073-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:44:35.413-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:32:34.67-07:00",
      "Id": -2147483648
    }
  ]
}