itchock
July 31st, 2008, 02:04 AM
IDE : VS 2005 VISUALBASIC.NET, Platform : .NET 2.0,
Hi,
In my project, i have many dll file in the bin directory. If any dll is deleted or missing. which is required by the project. Then it shows the below two message boxes.
1. Exception has been thrown by the target of an invocation.
2. Object variable or With block variable not set.
I need to give a custom MessageBox by specifying the name of the dll missing like "ActiveImage.Dll is missing, Please contact support" instead of the above two MessageBoxes. How to solve this. Thanks for any support.
Thanks and Regards,
V.Chock.
Hi,
In my project, i have many dll file in the bin directory. If any dll is deleted or missing. which is required by the project. Then it shows the below two message boxes.
1. Exception has been thrown by the target of an invocation.
2. Object variable or With block variable not set.
I need to give a custom MessageBox by specifying the name of the dll missing like "ActiveImage.Dll is missing, Please contact support" instead of the above two MessageBoxes. How to solve this. Thanks for any support.
Thanks and Regards,
V.Chock.