D
Diego F.
I'm really stuck with this. I have to export a pdf file and I'm using a dll
(gios if someone knows it).
If I run this in a local project it's ok but when moving it to a server, I
get a Security.Exception:
- If I try to send via http: "that assembly does not allow partially trusted
callers"
- If I try to save to disk: "request for the permission type
'System.Security.Permissions.FileIOPermission'
In both cases the message suggests changing the application's trust levels.
How can I do that?
(gios if someone knows it).
If I run this in a local project it's ok but when moving it to a server, I
get a Security.Exception:
- If I try to send via http: "that assembly does not allow partially trusted
callers"
- If I try to save to disk: "request for the permission type
'System.Security.Permissions.FileIOPermission'
In both cases the message suggests changing the application's trust levels.
How can I do that?