Hi, I work on PWS and Windows 95. I often get the error Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed Can you please let...

How It Works

Get an answer in three easy steps. Here's how it works...

Ask Your Question

1. Ask Your Question

Enter your programming question at the top of this page and click Get An Answer.

Pick Your Priority

2. Pick Your Priority

Tell us how quickly you want your programming question answered.

Get An Answer

3. Get An Answer

Connect with your programmer via online chat or telephone call.

Answer

Customer
Hi, I work on PWS and Windows 95. I often get the error Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed Can you please let me know what this means and why do i get this error? Thanks
Last updated
gopi
Programmer
please tell me the exact contextin which it is failing eg:server.createobject("adodb.command")e.t.c
Last updated
Customer
Thanks for getting back to me. I get the server.object error when i use code like this :
<html>
<head> <title> page counter component </title>
</head>
<body>
<% Set numhits = Server.CreateObject("MSWC.PageCounter")
%>
Number of hits: <% =numhits.Hits() %>
<% If numhits.Hits() = 3 then
Response.Write("<br> <font color=red> you are the lucky one </font>")
End If
%>
</body>
</html>

Thanks again.
Last updated
tkhuu
Programmer
Supriya,

This error is usually because the object name is mispelled or the component DLL is not registered. I believe that MSWC.PageCounter is an IIS 5.0 object and uses Pagecnt.dll, which you will probably not find on your computer unless you have IIS 5.0
Posted

quoteTestimonialsquote

About ExpertHelp

ExpertHelp is changing the way you connect with service professionals.

Whether you have a quick question while preparing your taxes, troubleshooting a computer problem, or need to hire an attorney, ExpertHelp is the most convenient and affordable way to connect with the right service professional to get the job done.

ExpertHelp has been in business since 2011, is an A+ Rated Better Business Bureau accredited member, and offers a 100% satisfaction guarantee on every question you ask!

More Programming Questions...

Ask Your Programming Question & Get An Answer Now!