{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "based on your documentation: http://dotnetzip.herobo.com/DNZHelp/Index.html\nI have created source code in c# for the .NET Compact Framework 2.0\nThe eventhandlers for AddProgress lead to a NotSupprtedException in my application. ( line file.AddProgress += AddProgressHandler; )\nWhat am I doing wrong? I used the way you create it in your code examples.\n\nfile.Name = zipFileName = String.Format(\"{1}\\\\Pad_METER_{0}.zip\", DateTime.Now.ToString(\"yyyyMMDDHHmmssffff\"), LocalFolder);\n                file.AddProgress += AddProgressHandler;\n                file.SaveProgress += file_SaveProgress;\n                file.AddFiles(FileNames);\n                file.Save();\n\n\nRegards,\n\nHerman",
    "LastUpdatedDate": "2014-09-09T13:49:25.767-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2014-09-09T13:49:25.767-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "When using AddProgressEvent NotSupported Exception occurs",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 16969
  },
  "FileAttachments": [],
  "Comments": []
}