Accessing Mscorlib.dll under partial trust

From: Richard Bell (richardb_at_rogge.co.uk)
Date: 07/03/04


Date: Sat, 3 Jul 2004 10:17:56 +0100

I am running an app with partial trust and getting a security exception when
trying to call GetName() on an Assembly objects which points to
mscorlib.dll. However, I understood that mscorlib.dll was marked as APTCA.
Any ideas? Thanks.