[
  {
    "Id": "1465161",
    "ThreadId": "651949",
    "Html": "I have created a web page using 'imports Ionic.Zip' with 'Ionic.Zip.dll' in 'bin' sub-directory and it works perfect on my local server. However, when the webpage is put on my ReadyHosting server it throws an error 'BC30002: Type 'ZipFile' is not defined'.\r<br />\nMy ReadyHosting.com help states the following:\r<br />\n&quot;To use custom .dll files with your .NET applications:<br />\n<ul>\n<li>Create a bin directory via FTP in your root application folder</li>\n<li>Go through every Web application in your hosting account and upload and move the application contents (typically your assembly .dll file, any referenced components, and a possible debug file) into this directory.</li>\n<li>Upload your web.config and global.asax files into the appropriate directories. You can have a web.config file in each sub-directory, which will override the parent directory settings.</li>\n<li>\nUpload the rest of your files (typically just .aspx pages) into the relevant locations and sub-directories and attempt to access them via your URL. They will automatically find their supporting assemblies in the root bin folder, plus use the web.config and global.asax files you uploaded.&quot;<br />\n</li>\n</ul>\nWhat should the 'web.config' entry look like to include 'Ionic.Zip.dll' (tagPrefix, assembly, namespace)?<br />\n",
    "PostedDate": "2016-03-01T13:27:37.923-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "1466093",
    "ThreadId": "651949",
    "Html": "Problem solved. I put the 'Ionic.Zip.dll' in my 'root application folder'='mydomain.com/webpages/plot/bin' but I should have put it in 'mydomain.com/bin'.\r<br />\nMy life is back in order and I can now sleep at night.<br />\n",
    "PostedDate": "2016-03-08T08:19:38.77-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": "2016-03-08T08:20:06.787-08:00"
  }
]