Code requires FullTrust permission set
From: Mark Greenberg (markgreenberg_at_charter.net)
Date: 07/26/03
- Previous message: MS Newsgroups: "Re: Check calling users group membership"
- Next in thread: Allen Jones: "Re: Code requires FullTrust permission set"
- Reply: Allen Jones: "Re: Code requires FullTrust permission set"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 26 Jul 2003 12:51:43 -0700
I am trying to call an exe (.NET console app) that is
located on a network share. The exe calls a method on a
type in an assembly located in the same directory as the
exe. When the exe attempts the method call, the app ends
with a "Request Failed" error. It doesn't throw a
SecurityException.
The only way I've been able to get it to run successfully
is to apply the FullTrust permission set to the code
group.
Does anyone know why the call into the other assembly
requires FullTrust?
Thanks,
Mark
- Previous message: MS Newsgroups: "Re: Check calling users group membership"
- Next in thread: Allen Jones: "Re: Code requires FullTrust permission set"
- Reply: Allen Jones: "Re: Code requires FullTrust permission set"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|