[
  {
    "Id": "243843",
    "ThreadId": "71488",
    "Html": "<p>You mention that your library is medium trust, so it can be used in most environments.</p>\r\n<p>Could you&nbsp;explain&nbsp;why it is not&nbsp;full trust? (but can work inside SQLServer... good job!)</p>",
    "PostedDate": "2009-10-09T05:04:12.157-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "243944",
    "ThreadId": "71488",
    "Html": "<p>It is not the DLL that is medium trust.&nbsp; It is the execution environment (such as ASPNET) in some hosting setups.</p>\r\n<p>DotNetZip is marked with the AllowPartiallyTrustedCallerAttribute (APTCA) which allows strong-named assemblies to be called by partially trusted code.</p>\r\n<p>You can read more about how it works here: <a href=\"http://msdn.microsoft.com/en-us/library/system.security.allowpartiallytrustedcallersattribute.aspx\">http://msdn.microsoft.com/en-us/library/system.security.allowpartiallytrustedcallersattribute.aspx</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2009-10-09T09:36:35.07-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "244160",
    "ThreadId": "71488",
    "Html": "<p>Thanks for the information.</p>",
    "PostedDate": "2009-10-10T04:45:20.573-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]