faq070506
[[faq070506]] last edit on Jun 6, 2007 1:36 PM by Anonymous

If you try to run PDFSharp on a web server that is running a medium trust environment, you may get the error...

That assembly does not allow partially trusted callers.

Add the following line to the AssemblyInfo.cs file in the PdfSharp project.

[assembly: AllowPartiallyTrustedCallers]