I have a bunch of dlls and when I delete them and run my app I get some unexpected errors (duh )
I'm wondering if there is a way to check to see if the dependencies and all the dlls are present. I know I could just use File.Exists to verify it manually, but I'm thinking maybe there is a better way to check this?