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 registers 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 registeredthe 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?
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 registers 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 registeredthe 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?