[
  {
    "Id": "259942",
    "ThreadId": "76003",
    "Html": "<p>Hi all, just downloaded the latest release of the DotNetZip Library.&nbsp; I extracted from the downloaded zip file the Ionic.Zip.dll and included it as a reference in my ASP.Net project.&nbsp; When attempting to use the objects in the class, visual studio gives me full-blown intellisense, and i dont get any &quot;squiggly's&quot;.&nbsp; However, when I attempt to build my project, the build fails with the following error's:</p>\r\n<p>BC30456: 'AddFile' is not a member of 'zipfile'<br>BC30456: 'Save' is not a member of 'zipfile'</p>\r\n<p>Below is my code (VERY basic right now as Im trying to resolve this issue).&nbsp; Any idea's what Im doing wrong to reference these librarys?&nbsp; Do I need to install anything?</p>\r\n<div style=\"color:Black;background-color:White\">\r\n<pre>        <span style=\"color:Blue\">Dim</span> zip <span style=\"color:Blue\">As</span> <span style=\"color:Blue\">New</span> ZipFile()\r\n        zip.AddFile(<span style=\"color:#A31515\">&quot;MyFile&quot;</span>)\r\n\r\n        zip.Save(Response.OutputStream)\r\n</pre>\r\n</div>\r\n<p>Thanks</p>",
    "PostedDate": "2009-11-23T12:45:09.843-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "259948",
    "ThreadId": "76003",
    "Html": "<p>Just incase anyone was wondering, my imports statement is:</p>\r\n<p>\r\n<p><span style=\"font-size:x-small\">Ionic.Zip</span></p>\r\n</p>",
    "PostedDate": "2009-11-23T12:54:50.1-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "259954",
    "ThreadId": "76003",
    "Html": "<p>Well Im stumped..</p>\r\n<p>I just renamed my Imports to: &quot;Imports Ionic&quot;</p>\r\n<p>When creating a new ZipFile object, I now declare it as:</p>\r\n<pre>Dim z as New Zip.ZipFile()</pre>\r\n<p>And now, when I attempt to use the AddFile or Save Method's, I can build my project.&nbsp; Sorry for opening\\closing my own thread, but this was so weird, I wasnt sure if I was the only person to run into this...</p>",
    "PostedDate": "2009-11-23T13:05:51.573-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "260012",
    "ThreadId": "76003",
    "Html": "<p>Glad you found an answer. Not sure why you would have to do it that way.&nbsp; But if it works for you, great!</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2009-11-23T14:49:22.47-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]