My applicaation is using a several dlls (dynamic and static).
Theoreticly can happend that one of the dlls or it's dependencies is missing. I want to know which one it is at run time, inorder to throw a better exception with a right message to the user.
How do I do that?