Guest_imported
New member
- Jan 1, 1970
- 0
I try to create a object in ASP and when I run the page I have this message :
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/P0367_Innodata_Preview/site/ASP/FormMaill.asp, line 20
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at:
My code for the ASP page:
Set Mail = server.CreateObject ("VisualSoft.ActiveMail.1"
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/P0367_Innodata_Preview/site/ASP/FormMaill.asp, line 20
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at:
My code for the ASP page:
Set Mail = server.CreateObject ("VisualSoft.ActiveMail.1"