D
dabby
Hi!
I'm a student learning C#. I'm using Visual Studio Net.
How can I create a custom "dll not found" message, listing
the missing dlls?
I've tried to catch the exception the first time I use
a static method from the dll, but it's obviously
not working.
Even with the try-catch at the start the exe throws the
System.IO.FileNotFound.Exception.
Any help is appreciated.
Thanks.
Dabby
I'm a student learning C#. I'm using Visual Studio Net.
How can I create a custom "dll not found" message, listing
the missing dlls?
I've tried to catch the exception the first time I use
a static method from the dll, but it's obviously
not working.
Even with the try-catch at the start the exe throws the
System.IO.FileNotFound.Exception.
Any help is appreciated.
Thanks.
Dabby