[
  {
    "Id": "702414",
    "ThreadId": "280599",
    "Html": "\r\n<p>I'm converting a large app from Classic asp to Net (C#).&nbsp; Am at program that reads SQL db and writes to an older version (2000 &amp; 2003) of Access.&nbsp; Resultant mdb file will be downloaded from link on web so of course it needs zipped.&nbsp; Did\r\n this in classic asp via pkzip25.exe.&nbsp; works great.&nbsp; attempting to use Ionic zip for Net version; nothing fancy, just zip the mdb file.&nbsp;</p>\r\n<p>Error Msg: CRC check failed. Expected 5BA3BB69, actual 55F12F6B</p>\r\n<p>1. I have latest version of Ionic zip in bin directory</p>\r\n<p>2. Namespace: using Ionic.Zip;</p>\r\n<p><span style=\"font-family:Consolas; font-size:x-small\"><span style=\"font-family:Consolas; font-size:x-small\">3.Code:\r\n</span></span></p>\r\n<pre>            using (ZipFile zip = new ZipFile())\r\n            {\r\n                zip.AddFile(@csPath2 &#43; csDBmdb,&quot;&quot;);\r\n                zip.Save(@csPath2 &#43; csDBzip);\r\n            }\r\n</pre>\r\n<p>4. Debug shows correct path and no errors during execution.</p>\r\n<p><span style=\"font-family:Consolas; font-size:x-small\"><span style=\"font-family:Consolas; font-size:x-small\">&#65279;</span></span>Appreciate help.&nbsp; Thanks. Janis</p>\r\n",
    "PostedDate": "2011-11-23T08:22:27.337-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]