<i><b>Originally posted by : James MacLeod (macleod@portal.ca)</b></i><br /><br />Hello, I am just getting started out, and copyed my code directly from the htmlgoodies website.<br /><br />I didn't change anything, and I recieved the following error. Does this mean the MSP.SendMail object is not installed on the server?<br /><br />Is there anyway to poke at a server to tell you what asp components it has installed? <br /><br />------------------<br />Server object error 'ASP 0177 : 800401f3' <br /><br />Server.CreateObject Failed <br /><br />/asptest/asp_ty.asp, line 30 <br /><br />Invalid class string <br /><br />-------------------<br /><br />Code chunk causing the problem<br /><br /><br />Set email = Server.CreateObject("MPS.SendMail")<br />retCode = email.SendMail(OriginatingEmail, DestinationEmail, Subject, Body)<br /><br />-----------------<br /><br />Thanks.<br />James MacLeod<br /><br />
<i><b>Originally posted by : Steve Schofield (sschofield@aspfree.com)</b></i><br />yes this means the component isn't installed. only way to see what components are installed is to view them in MTS on IIS 4.0 and component services on win2k.<br /><br />steve<br /><br /><br />------------<br />James MacLeod at 2/12/2000 9:05:37 PM<br /><br /><br />Hello, I am just getting started out, and copyed my code directly from the htmlgoodies website.<br /><br />I didn't change anything, and I recieved the following error. Does this mean the MSP.SendMail object is not installed on the server?<br /><br />Is there anyway to poke at a server to tell you what asp components it has installed? <br /><br />------------------<br />Server object error 'ASP 0177 : 800401f3' <br /><br />Server.CreateObject Failed <br /><br />/asptest/asp_ty.asp, line 30 <br /><br />Invalid class string <br /><br />-------------------<br /><br />Code chunk causing the problem<br /><br /><br />Set email = Server.CreateObject("MPS.SendMail")<br />retCode = email.SendMail(OriginatingEmail, DestinationEmail, Subject, Body)<br /><br />-----------------<br /><br />Thanks.<br />James MacLeod<br /><br />
Was this answer helpful ?
Yes No