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]
faq070506, Rev. 2, Last changed on 2007-06-06 14:36, 1417 page hits