dfb78
January 6th, 2003, 01:42 PM
I have a solution with a DLL project, which is referenced in another project in the solution (the client app). I have searched on the web, as well as all of my books, but they only show examples without error checking.
I'm trying to check whether the DLL exists before fully loading the app. Do I just need to add code in my Form1_Load event that checks to see if the file exists? If that is the case, I already know how to do that. I just wanted to see if there was an easier way to possibly check and see if the reference exists.
Thanks
I'm trying to check whether the DLL exists before fully loading the app. Do I just need to add code in my Form1_Load event that checks to see if the file exists? If that is the case, I already know how to do that. I just wanted to see if there was an easier way to possibly check and see if the reference exists.
Thanks