Reference Validation

vbcoop

Member
Joined
Oct 1, 2008
Messages
8
Programming Experience
Beginner
When you are developing an application within VB.net and you need an external third party library and you import it as a reference, does anyone know on how I can put validation on the import.

So to say, if the reference has been moved and does not exist in the specified place, the application at the moment crashes. I would like to give a reason why before I close the application.

Any help thanks
 
Back
Top