Server object, ASP 0177 (0x800401F3)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rags

    Server object, ASP 0177 (0x800401F3)

    Error while instantiating this component in ASP page.

    <%
    Dim oDms
    oDms = Server.CreateOb ject("DmsMod.Do cument3")
    Set oDms = Nothing
    %>

    The dll is registered using regsvr32.

    I think it is registered correctly because, I can use this dll
    perfectly in a VB6 application by adding to the references.

    IUSR_MyMachineN ame and IWAM_MyMachineN ame also have Read & Execute
    permission on the System32 folder (System32 folder is housing the dll).
    Clueless!

Working...