Ho do u check for errors on a DLL. I have created a DLL and now want to use it on web. but I keep on getting this error Method~of Object~Failed .
Is there a way to check the dll in run mode using VB.
:(
Printable View
Ho do u check for errors on a DLL. I have created a DLL and now want to use it on web. but I keep on getting this error Method~of Object~Failed .
Is there a way to check the dll in run mode using VB.
:(
please answer this one. I have the same problem. My dll gives no errors, but I know problems are happening. How can I check for errors???
There all kinds of ways that you can handle errors. You can return error codes to the client application, raise events, or just resume next pass the error. It's a matter of preference.
Start a new project
Add the DLL-project
Call the DLL from the MAIN project
TADA: Error=true or something like it...
DLL sounds creepy just think of it as a module, a very global module :-)
Regards,
visualsander
adding the dll project to the main project better one, remove reference before adding...:p
can u give me the code how to do it ?. I have added the DLL Project to another project now what's the code ?
just treat it like u were using a compiled dll
he he :)
what's the code ?