|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
What does this error mean?
<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 />
|
|
#2
|
|||
|
|||
|
<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 />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > What does this error mean? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|