Server object: ASP Server.CreateObject Failed, Invalid class stringBack
I have downloaded Chilkat Email ActiveX and run the installer. If I understand correctly the install should register the DLL when run. However I am getting this error when I try and run one of your examples: Server object: 006~ASP 0177~Server.CreateObject Failed~Invalid class string Can you tell me what is causing this? This is the example I am trying to run in my ASP page.
' Create a mailman
set mailman = Server.CreateObject("ChilkatWebMail2.WebMailMan2")
'--- Error occurs here
Answer:
A few notes: |