[
  {
    "Id": "637286",
    "ThreadId": "263897",
    "Html": "\r\n<p>Hello,</p>\r\n<p>I am using DotNetZip in 'classic asp' to zip files with success for some time now.</p>\r\n<p>However recently (&#43;- 1 week) it stopped working, and is giving me an error 0x8000ffff on the line</p>\r\n<p>where I create the object:</p>\r\n<p>set oZip = CreateObject(&quot;Ionic.Zip.ZipFile&quot;)</p>\r\n<p>&nbsp;</p>\r\n<p>Running this code via a VB6 application on the same server works fine.</p>\r\n<p>The cause is probably some windows update? Does anyone else has this same problem or can help me solving it?</p>\r\n<p>&nbsp;</p>\r\n<p>Thanks,</p>\r\n<p>Robin</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n",
    "PostedDate": "2011-07-04T23:27:14.557-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "637476",
    "ThreadId": "263897",
    "Html": "<p>I don't know.&nbsp; You may have to unregister and re-register the COM portion of DotNetZip. Check the DNZ documentation for how to do this manually.&nbsp; BAsically you want to call regsvr32 -u and then regsvr32.&nbsp; I am only guessing here. It's puzzling that the VB6 version works just fine.</p>\r\n<p>Another possibility is a security issue.&nbsp; The ASP app is running as a different user than the VB6 app, I suppose. It could be that the ASP app does not have permissions to run the COM object.</p>\r\n<p>Sorry can't be of more help.&nbsp; I'm interested in the outcome, please post here when you get some progress.</p>\r\n<p>Good luck.</p>",
    "PostedDate": "2011-07-05T06:25:00.283-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "644806",
    "ThreadId": "263897",
    "Html": "<p>Thanks for your reply.</p>\r\n<p>I did not manage to solve this. I ended up (re-)writing it in ASP.NET.</p>\r\n<p>&nbsp;</p>\r\n<p>Thanks &amp; regards.</p>",
    "PostedDate": "2011-07-19T23:45:46.803-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]