{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I just upgraded from 1.9.1.5 to 1.9.1.8 and when recompiling a project that references the most current Ionic.Zip.dll, I am getting the famous \"are you missing a Reference or Assembly\" error when I access the CrcCalculatorStream.     It works fine if I change the reference back to 1.9.1.5.I downloaded and unzipped  DevKit-v1.9 and am referencing the Ionic.zip.dll in the \"zip-v1.9\" folder,  I notice there is also a \"Zlib-v1.9\" folder, but when  I tried referencing that version I got dozens of other build errors.   I am using the following code to \"Validate\" a zip file (variable name = e1) and this is where the build error is.                      using (Ionic.Zlib.CrcCalculatorStream s = e1.OpenReader())                            {                                byte[] buffer = new byte[4096];                                int n, totalBytesRead = 0;                                do                                {                                    n = s.Read(buffer, 0, buffer.Length);                                    totalBytesRead += n;                                }                                while (n > 0);                                if (s.Crc != e1.Crc)                                  { return (false); }                                if (totalBytesRead != e1.UncompressedSize)                                  { return (false); }                                s.Close();                            }what do I need to change to perform this function in the V1.9.1.8?Thanks,Daryl",
    "LastUpdatedDate": "2013-02-21T18:42:42.227-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2013-01-07T13:31:28.703-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "CrcCalculatorStream issue in latest version",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 15942
  },
  "FileAttachments": [],
  "Comments": []
}