[
  {
    "Id": "212656",
    "ThreadId": "62649",
    "Html": "<p>I may just be being incredibly dim today, but I am getting the following error when using DotNetZip in my VB project.</p>\r\n<p><strong>'ZipFile' is ambiguous in the namespace 'Ionic.Zip'</strong></p>\r\n<p>I have downloaded the msi, installled the software and added a reference to the DLLs in my project.</p>\r\n<p>Then when I copied the code from the samples page I got the error. What am I doing wrong?</p>\r\n<p>Thanks.</p>\r\n<p><span style=\"color:#0000ff;font-size:xx-small\"><span style=\"color:#0000ff;font-size:xx-small\">Using zip As ZipFile = New ZipFile()<br>&nbsp;&nbsp;&nbsp; zip.AddFile(&quot;c:\\photos\\personal\\7440-N49th.png&quot;)<br>&nbsp;&nbsp;&nbsp; zip.AddFile(&quot;c:\\Desktop\\2008_Annual_Report.pdf&quot;)<br>&nbsp;&nbsp;&nbsp; zip.AddFile(&quot;ReadMe.txt&quot;)<br>&nbsp;&nbsp;&nbsp; zip.Save(&quot;MyZipFile.zip&quot;)<br>End Using<br></span></span></p>\r\n<p><span style=\"color:#0000ff;font-size:xx-small\"></span></p>",
    "PostedDate": "2009-07-16T08:57:20.347-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "212723",
    "ThreadId": "62649",
    "Html": "<p>I don't know why that's happening, there must be something else in your project that is conflicting.</p>\r\n<p>it may help if you fully qualify the ZipFile class:&nbsp; Ionic.Zip.Zipfile.&nbsp;</p>\r\n<p>Also, insure you are using the latest DotNetZip.</p>",
    "PostedDate": "2009-07-16T12:21:50.257-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "213026",
    "ThreadId": "62649",
    "Html": "<p>I did try the fully qualified path and I am still getting the same ambiguity.</p>\r\n<p>I downloaded the latest version from the site yesterday afternoon.</p>\r\n<p>Still stumped! :(</p>",
    "PostedDate": "2009-07-17T06:33:35.497-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "213030",
    "ThreadId": "62649",
    "Html": "<p>SOLVED! When I checked the project references I had references to Ionic.Zip and Ionic.Zip.Partial. I removed the reference to Ionic.Zip.Parial and it now works.</p>",
    "PostedDate": "2009-07-17T06:42:25.233-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "213113",
    "ThreadId": "62649",
    "Html": "<p>Great, glad to hear it.&nbsp; Since you have the Partial dll, I guess you have the source distribution.&nbsp; That's really just an intermediate build output.</p>\r\n<p>Glad you've got it working now.</p>",
    "PostedDate": "2009-07-17T10:09:07.43-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]