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

Server object error 'ASP 0177

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I just installed a shopping cart program, which uses ASP. Now, I keep recieving the following erro:<br>
<br>
Server object error 'ASP 0177 : 800401f3' <br>
<br>
Server.CreateObject Failed <br>
<br>
/shop/shoptron/admin.asp, line 12 <br>
<br>
Invalid class string <br>
<br>
The script that is causing the error looks like this:<br>
&lt;%<br>
set myobj=server.createobject(&quot;shoptronPRO.administration&quot;)<br>
myobj.admin<br>
set myobj=nothing<br>
<br>
%&gt;<br>
<br>
<br>
<br>
<br>
<br>
<p>John Vogel<br><a href=mailto:johnvogel@homepage.com>johnvogel@homepage.com</a><br><a href= FreeDSL Service</a><br>[To a get FREE DSL Modem WITH FREE DSL Unlimited Internet Connection click the above link :)]
 
John,<br>
Did you check to make sure the component is registered?<br>
<br>
-nick bulka
 
To register a component use regsvr32.exe:<br>regsvr32 mycomponent.dll<br><br> <p>nick bulka<br><a href=mailto:nick@bulka.com>nick@bulka.com</a><br><a href= > </a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top