I am running an application that requires "Full Trust" which is declared in
the assembly.
How do I trap for the System.Security .Policy.PolicyE xception that is raised
by a local machines CAS if its current policy will not allow "Full Trust",
ie its running in the Intranet Zone.
I am trying to trap the error to advise users to have adm revise policy to
permit running the program otherwise a cryptic debug screen is raised.
Thanks
Mike
the assembly.
How do I trap for the System.Security .Policy.PolicyE xception that is raised
by a local machines CAS if its current policy will not allow "Full Trust",
ie its running in the Intranet Zone.
I am trying to trap the error to advise users to have adm revise policy to
permit running the program otherwise a cryptic debug screen is raised.
Thanks
Mike
Comment