{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in changeset 44913",
    "ClosedDate": "2009-10-13T08:52:44.687-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "To help debugging I decided to download and compile the sources. I downloaded v1.8.4.24 and attempted to build the solution in Visual Studio 2008. After getting IlMerge and Windows Mobile 6 Snandard, I still had two minor errors I had to fix myself. I only mention then so you can save others the grief:\n \n1) In \"Win Forms Zip Example.csproj\", there is a reference to:\n \n  <Win32Resource>C:\\dinoch\\dev\\dotnet\\zip\\DotNetZip\\Examples\\WinFormsApp\\Icon2.res</Win32Resource>\n \nwhich I had to reduce to:\n \n  <Win32Resource>Icon2.res</Win32Resource>\n \n2) In \"Zip CF Full DLL.csproj\", there is a post-build event:\n \n<PostBuildEvent>\"\\Program Files\\Microsoft\\ILMerge\\ILMerge.exe\"  /targetplatform:v2,\"C:\\Program Files\\Microsoft.NET\\SDK\\CompactFramework\\v2.0 Debugger\\BCL\"      /t:library  /xmldocs /out:Ionic.Zip.CF.dll   Ionic.Zip.CF.Partial.dll  Ionic.Zlib.CF.dll</PostBuildEvent>\n \nI reserve my C: drive for the system and have everything else on D:, so the $SolutionDir is on D: The above command was looking for D:\\Program Files\\... I fixed it by putting in C: explicitly, but you should probably use something like %ProgramFiles%.\n \nHope this is helpful.",
    "LastUpdatedDate": "2013-05-16T05:32:03.757-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2009-10-13T07:19:18.003-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Two trivial compilation errors",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 8977
  },
  "FileAttachments": [],
  "Comments": []
}