permissions
From: Ael (alexbulankou_at_hotmail.com)
Date: 02/25/04
- Next message: Ollie: "Re: How can I tell waht permissions an assembly requires?"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Do all three permission classes (Identity Permission, Code Access Permission and Role Based Permission) fall under CAS?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 24 Feb 2004 22:26:04 -0800
I had an assembly that required a certain set of
permissions (which included all UI, all IO, and Security
flags Execution, Reflection, Unmanaged Code, Control
Thread). It ran correctly. Then I thought the assembly is
too large so I split it into 3 - A, B, C. All of them
requestminimum and are granted the same set of permissions.
B calls C, A calls B and C. When I place Main() in B, so A
is not involved at all, they run correctly. However, when
I place Main() in A, the application fails to start.
Moreover, it only runs now with Full Trust, not even with
Everything. Any ideas why?
Thanks!
- Next message: Ollie: "Re: How can I tell waht permissions an assembly requires?"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Do all three permission classes (Identity Permission, Code Access Permission and Role Based Permission) fall under CAS?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|