I have downloaded a web project from CodePlex and am getting the following error in Application_Start:
System.Security.SecurityException: That assembly does not allow partially trusted callers.
This project references several other assemblies from other open source projects. My theory is that one of these do not have the AllowPartiallyTrustedCallers attribute set (all of the assemblies in the CodePlex project do).
How can I tell which assemblies have this attribute set, and which don't?