I ran into the automation error in VB when I tried executing my DLL.
I instantiated the DLL:
Public withevents objLogin as cLogin.Login
Set objLogin = new login
objLogin.User = "UserName"
It errors out on the Set ObjLogin = new Login
This is the error:
Runtime error '-2147024770 (8007007e)'
Automation error
The specified module could not be found.
Here is list of thing I did to try to fix the problem:
recompiled dll
Remove the reference
Unregister dll
register dll
Added reference
Thankz
Mario
moone@charter.net
I instantiated the DLL:
Public withevents objLogin as cLogin.Login
Set objLogin = new login
objLogin.User = "UserName"
It errors out on the Set ObjLogin = new Login
This is the error:
Runtime error '-2147024770 (8007007e)'
Automation error
The specified module could not be found.
Here is list of thing I did to try to fix the problem:
recompiled dll
Remove the reference
Unregister dll
register dll
Added reference
Thankz
Mario
moone@charter.net