{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I am using the latest release of Ionic within a VB.net project and it is working very well, except it will not produce a .zip file containing  my MSSQL database .mdf and log files. The process starts but never ends,  and gives no errors.\n\nHere is the code I am using,\n\nsavedFile = userdownload & \"c:\\mynewfolder\\my.zip\"\nDim myzipfile As New ZipFile\nDim dfiles() As String = Directory.GetFiles(\"myfolderpath\")\nmyzipfile.AddFiles(dfiles)\nmyzipfile.Save(savedFile)\nmyzipfile.Dispose()\n\nThe folders all exist with data, and using the same code, but with different data works ok.\n \nWhat am I doing wrong?\n\nThanks",
    "LastUpdatedDate": "2013-09-17T06:34:19.92-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2013-09-17T06:34:19.92-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Compressing MSSQL database",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 16422
  },
  "FileAttachments": [],
  "Comments": []
}