A user writes:
'm experimenting with your free library. Everything works great on
my development box but when I deploy on my Medium Trust hosted web
server I get the following error.
System.Security.SecurityException: That assembly does not allow
partially trusted callers.
Do you have a version that will allow partially trusted callers? I
really like your library and would love to use it on my website.
From I can find you would need to set the AllowPartiallyTrustedCallers
attribute at the assembly level.
The best solution is for you to rebuild, setting this attribute. It's not very secure if we permit this by default.