|
-
January 6th, 2003, 02:42 PM
#1
Check to see if a DLL is available before execution
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|