G
Guest
I've got a .net 2.0 winforms app that is embedded in an IE page. When I try
to move this to a Windows server 2003 machine with IIS 6 I get a security
exception:
System.IO.FileLoadException: Could not load file or assembly xxxxxxx.Common,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its
dependencies. Failed to grant minimum permission requests. (Exception from
HRESULT: 0x80131417)
I've seen this out there in the forums, but I've got a machine policy that
gives fulltrust to all code from the location it gets the DLL from. If I use
the Framework 2.0 Configuration utility to evaluate the assembly it says that
it is "unrestricted".
There might be some classes in the xxxxx.Common dll that have unsafe code.
Could that have something to do with it? I have no declarative security
attributes. THis is configured so that the code would be downloaded into the
download cache and executed from there. Any ideas?
Thanks.
to move this to a Windows server 2003 machine with IIS 6 I get a security
exception:
System.IO.FileLoadException: Could not load file or assembly xxxxxxx.Common,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its
dependencies. Failed to grant minimum permission requests. (Exception from
HRESULT: 0x80131417)
I've seen this out there in the forums, but I've got a machine policy that
gives fulltrust to all code from the location it gets the DLL from. If I use
the Framework 2.0 Configuration utility to evaluate the assembly it says that
it is "unrestricted".
There might be some classes in the xxxxx.Common dll that have unsafe code.
Could that have something to do with it? I have no declarative security
attributes. THis is configured so that the code would be downloaded into the
download cache and executed from there. Any ideas?
Thanks.