|
-
Nov 19th, 2002, 09:42 AM
#1
Thread Starter
New Member
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?
-
Nov 19th, 2002, 02:42 PM
#2
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|