[
  {
    "Id": "566777",
    "ThreadId": "246182",
    "Html": "<p>How do you get the intellisense to work?</p>\n<p>I have downloaded the sdk, extracted the v1.9 reduced version, added the dll as a reference in my project, added an imports statement for Ionic, but only the top level namespaces ({}zip &amp; {}zlib) are available, what am I doing wrong?</p>\n<p>Using VB 2005</p>",
    "PostedDate": "2011-02-15T15:00:29.857-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "567137",
    "ThreadId": "246182",
    "Html": "Please type in the following URL It will take you to a previous discussion and solution for this issue.<br>\r\n<br>\r\nRandy<br>\r\n<br>\r\n************************ N O T I C E ************************<br>\r\nFirst Bank will never send an e-mail asking you to provide, verify, update or confirm\r\n<br>\r\nany personal, account or financial information.<br>\r\n<br>\r\nThe information contained in this e-mail, and in any accompanying documents, may<br>\r\nconstitute confidential and/or legally privileged information. The information is<br>\r\nintended only for use by the designated recipient. If you are not the intended recipient<br>\r\n(or responsible for the delivery of the message to the intended recipient), you<br>\r\nare hereby notified that any dissemination, distribution, copying, or other use of,<br>\r\nor taking of any action in reliance on this e-mail is strictly prohibited. If you have<br>\r\nreceived this e-mail communication in error, please notify the sender immediately<br>\r\nand delete the message from your system. All e-mail sent to and from this address<br>\r\nwill be received or otherwise recorded by the First Banks corporate e-mail system<br>\r\nand is subject to archival, monitoring or review by, and/or disclosure to, someone other<br>\r\nthan the recipient.",
    "PostedDate": "2011-02-16T06:37:37.917-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "567139",
    "ThreadId": "246182",
    "Html": "<p>The URL didn't copy correctly,&nbsp; here is the URL to reference: <a href=\"http://dotnetzip.codeplex.com/discussions/76739\">http://dotnetzip.codeplex.com/discussions/76739</a>&nbsp;.</p>",
    "PostedDate": "2011-02-16T06:40:08.2-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "567167",
    "ThreadId": "246182",
    "Html": "<p>Actually the Classes, Properties, methods etc are there, but I have to precede them with the root namespace i.e. \" zip.\" so the examples&nbsp; such as</p>\r\n<p>\"Using zip as ZipFile = New Zipfile\"</p>\r\n<p>would not work, I have to add the zip namespace like this:</p>\r\n<p>\"Using zip As Zip.ZipFile = New Zip.ZipFile\"</p>\r\n<p>Can someone explain why?</p>",
    "PostedDate": "2011-02-16T07:17:33.45-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "567229",
    "ThreadId": "246182",
    "Html": "<p>Do you have an Import statement for the Ionic library at the top of your .vb file?&nbsp;</p>\r\n<p>if so, what does it say?&nbsp; Does it say \"Imports Ionic.Zip\"&nbsp; ?&nbsp; If it says \"Imports Ionic\" then that may be an explanation for why the classes are not available without preceding with Zip.&nbsp; To fix, add the .Zip to the imports statement.</p>\r\n<p>Just an idea. I don't have VB2005 and cannot test myself.</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2011-02-16T08:35:27.43-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "567239",
    "ThreadId": "246182",
    "Html": "<p>Well that was easy :-)</p>\r\n<p>Just had to add the .zip to the import statement</p>",
    "PostedDate": "2011-02-16T08:43:25.447-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]