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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What can I do to resolve this problem

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
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")
 
The component is either not installed, or not registered, or you're using the wrong progid. Check the registry.

nick bulka

 
Could be one of the dependencies of this component is not installed on the server. If this component is referencing a component that is not registered this message could be produced. Use the depends.exe provided with visual Studio.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top