Results 1 to 2 of 2

Thread: error ASP 0177:800401f3

  1. #1
    hugues Guest

    error ASP 0177:800401f3

    the error message is:

    Server object error 'ASP 0177 : 800401f3'
    Server.CreateObject Failed
    /vignes/vigneenligne.asp, line 8 Invalid class string

    I use an IIS server and I don't know how to resolve my problem?
    the programm is developped with VB6 and it creates automatically some ASP files; I think I must resgister my DLL but I'm not sure and perhaps it's not all to do?
    does anyone can help me?

    thanks,
    hugues

    P.S.=

    ASP files from VB6 contain those lines code:
    <%
    Response.Buffer=True
    Response.Expires=0

    If (VarType(Application(&#34;~WC~WebClassManager&#34) = 0) Then
    Application.Lock
    If (VarType(Application(&#34;~WC~WebClassManager&#34) = 0) Then
    Set Application(&#34;~WC~WebClassManager&#34 = Server.CreateObject(&#34;WebClassRuntime.WebClassM anager&#34
    End If
    Application.UnLock
    End If

    Application(&#34;~WC~WebClassManager&#34.ProcessNoStateWebClass &#34;VIN.vigneenligne&#34;, _
    Server, _
    Application, _
    Session, _
    Request, _
    Response
    %>



  2. #2
    John Guest

    error ASP 0177:800401f3 (reply)

    Hi Hugues,

    Sounds like this question should be posted in the ASP support forum, not this ASP-db component support forum. Thanks!

    John



    ------------
    hugues at 6/30/99 4:13:22 AM

    the error message is:

    Server object error &#39;ASP 0177 : 800401f3&#39;
    Server.CreateObject Failed
    /vignes/vigneenligne.asp, line 8 Invalid class string

    I use an IIS server and I don&#39;t know how to resolve my problem?
    the programm is developped with VB6 and it creates automatically some ASP files; I think I must resgister my DLL but I&#39;m not sure and perhaps it&#39;s not all to do?
    does anyone can help me?

    thanks,
    hugues

    P.S.=

    ASP files from VB6 contain those lines code:
    <%
    Response.Buffer=True
    Response.Expires=0

    If (VarType(Application(&#34;~WC~WebClassManager&#34) = 0) Then
    Application.Lock
    If (VarType(Application(&#34;~WC~WebClassManager&#34) = 0) Then
    Set Application(&#34;~WC~WebClassManager&#34 = Server.CreateObject(&#34;WebClassRuntime.WebClassM anager&#34
    End If
    Application.UnLock
    End If

    Application(&#34;~WC~WebClassManager&#34.ProcessNoStateWebClass &#34;VIN.vigneenligne&#34;, _
    Server, _
    Application, _
    Session, _
    Request, _
    Response
    %>



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •