Posted 19 years ago
by Oli

I'm using version 3.1.17.0
I'm having a few problems using the component in medium trust mode. I've chased everything around for a few days and I'm getting quite dizzy so I was wondering if you could help me out.
I'm accessing the main assembly from another assembly of mine that is strongly named. When setting our debug platform to run on medium trust (to match the production server) it is breaking at any point that we try and use your assembly, giving the following error:
System.Security.SecurityException: That assembly does not allow partially trusted callers.
We ran into this problem ourselves when out plain aspx files tried to use our assemblies and remedied this by adding the AllowPartiallyTrustedCallers tag to the assembly info.
I'm basically asking if you can do the same with your binaries or give me a workaround to allow us to continue using your fabulous product.
Cheers in advance,
Oli
I'm having a few problems using the component in medium trust mode. I've chased everything around for a few days and I'm getting quite dizzy so I was wondering if you could help me out.
I'm accessing the main assembly from another assembly of mine that is strongly named. When setting our debug platform to run on medium trust (to match the production server) it is breaking at any point that we try and use your assembly, giving the following error:
System.Security.SecurityException: That assembly does not allow partially trusted callers.
We ran into this problem ourselves when out plain aspx files tried to use our assemblies and remedied this by adding the AllowPartiallyTrustedCallers tag to the assembly info.
I'm basically asking if you can do the same with your binaries or give me a workaround to allow us to continue using your fabulous product.
Cheers in advance,
Oli