Results 1 to 2 of 2

Thread: Create Object Error

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Posts
    2

    Question Create Object Error

    When running web (ASP), I get the following Error:

    server object error 'ASP 0177:80080005'
    server.createobject failed
    /nats/exportformatter.asp line 207
    server execution failed

    line 207 is the call to the dll that is registered using MTS but written and compiled in VB.

    server.scripttimeout=600
    set ObjX2D=Server.CreateObject("Xprt2DFSNew.CFormat3")
    ObjX2D.BuildFormat3
    set ObjX2D=nothing

    I do not know why it is not creating it.

    I have the same exact code on another server, and have the same exact components registered the same way on another server, and it works fine.

    Do you know if that means that the configuration is wrong?
    Any ideas what I should check?

  2. #2
    Frenzied Member
    Join Date
    Jul 2002
    Posts
    1,370
    Code:
    set ObjX2D=Server.CreateObject("Xprt2DFSNew.CFormat3",["put server name here" ])

Posting Permissions

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



Click Here to Expand Forum to Full Width