J
Josip Medved
When I run my code I get "Application has generated
exception that could not be handled." This message
appears only when I try to run application from network
share. Reason is lack of application's dll assembly
security permissions. How can I handle this case and
inform user of this in more human way than to popup
generic error.
In short: I need to intercept assembly loading failure that
occurs before first line in my program even executes.
How?
exception that could not be handled." This message
appears only when I try to run application from network
share. Reason is lack of application's dll assembly
security permissions. How can I handle this case and
inform user of this in more human way than to popup
generic error.
In short: I need to intercept assembly loading failure that
occurs before first line in my program even executes.
How?