F
Freddy Coal
Hi, I would like know if something libraries or programs exist, and send
error with a description if the program don't find the libraries, how can
make that?.
For example:
In the use of interop libraries of Office, I declare that libraries in the
begin of code:
Imports Microsoft.Office.Interop
But when the user don't have that libraries, the program don't run
(inmediate crash, they don't start), and the user never know the failure
point.
Thanks in advance for any help.
Freddy Coal
error with a description if the program don't find the libraries, how can
make that?.
For example:
In the use of interop libraries of Office, I declare that libraries in the
begin of code:
Imports Microsoft.Office.Interop
But when the user don't have that libraries, the program don't run
(inmediate crash, they don't start), and the user never know the failure
point.
Thanks in advance for any help.
Freddy Coal