System.Security.SecurityException: That assembly does not allow partially trusted callers.
-
Hi... I have used itextsharp.dll for exporting file type of PDF. It works fine on loacl server but at live server it throws error as bello... System.Security.SecurityException: That assembly does not allow partially trusted callers. Kindly help to solve this issue. Thanks. Regards, PUJA FALDU
-
Hi... I have used itextsharp.dll for exporting file type of PDF. It works fine on loacl server but at live server it throws error as bello... System.Security.SecurityException: That assembly does not allow partially trusted callers. Kindly help to solve this issue. Thanks. Regards, PUJA FALDU
I cant see any way around this other than getting the host to trust my assemblies or you allow partially trusted assemblies in your assemblyinfo
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
I cant see any way around this other than getting the host to trust my assemblies or you allow partially trusted assemblies in your assemblyinfo
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
hi.. Thanks for relpy.. But how can i allow partially trusted assemblies in my assemblyinfo ???
You can't doit from your assembly. that should should be done in the hosted assambly.