Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dvmailer.dll

Status
Not open for further replies.

anneoctaaf

Programmer
Dec 15, 2003
104
NL
Hi,

I wrote a script which needs dvmailer dll.
dvmailer.dll is a free component that needs to be installed on iis. Now i have my own webserver and i put dvmailer.dll in the system32 directory where normally dll's are stored.
Now i get the following error:
######################################################
Microsoft VBScript runtime error '800a01ad'

ActiveX component can't create object: 'Geocel.Mailer'
######################################################
And i got the feeling the problem is dvmailer.dll. I only copied in the system32 directory, and the registry has still no idea that there's a dvmailer.dll

Do i need to "install" it and how do i do that: instaaling dll's??

Thanx!

 
Very probably:
go to prompt, type regsvr32 dvmailer.dll and try again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top