K
kimiraikkonen
Hi,
I have an mini application with a dll named classlibrary1.
I used it via imports statement, but i tried something to catch a
custom msgbox error if the dll is not found or bad for the user.
I tried catch blabla as dllnotfoundexception with no help. Also try-
catch couldn't handle missing dll exception.
Could you define a sample code which calls a simple msgbox when a
button is pressed (if dll is missing)?
thanks
I have an mini application with a dll named classlibrary1.
I used it via imports statement, but i tried something to catch a
custom msgbox error if the dll is not found or bad for the user.
I tried catch blabla as dllnotfoundexception with no help. Also try-
catch couldn't handle missing dll exception.
Could you define a sample code which calls a simple msgbox when a
button is pressed (if dll is missing)?
thanks