G
Guest
I have created a console application in C# that appears to not even really
get started unless the code group in which it is contained is set to
FullTrusted. The Everything permission set does not even work. The
application never gets started far enough to get into any of my resource
usage (which is several FileIOPermission's). I do not have any assembly
level Permissions defined, and all of my FileIOPermission usages are
imperative.
The exact error message is:
Unhandled Exception: System.Security.SecurityException: Request failed.
at MyApp.Main(String[] args)
Additional information: Request failed.
I am running this from the command-line, not from the IDE.
get started unless the code group in which it is contained is set to
FullTrusted. The Everything permission set does not even work. The
application never gets started far enough to get into any of my resource
usage (which is several FileIOPermission's). I do not have any assembly
level Permissions defined, and all of my FileIOPermission usages are
imperative.
The exact error message is:
Unhandled Exception: System.Security.SecurityException: Request failed.
at MyApp.Main(String[] args)
Additional information: Request failed.
I am running this from the command-line, not from the IDE.