catching an assembly load error

  • Thread starter Thread starter Abdessamad Belangour
  • Start date Start date
A

Abdessamad Belangour

Hi,
If we try to catch an assembly that is not cached we got the message "one or
more of the types in the assembly unable to load".
What is the base exception for this message to catch it?
Thanks.
 
Abdessamad,

Can you elaborate on trying to catch an assembly that is not cached? I
am not quite sure what you mean. Also, you shouldn't have to catch the base
exception. Rather, the exception that you want to look for should come up
in the dialog that comes up when the unhandled exception bubbles up through
your application.

Hope this helps.
 
Back
Top