Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server Create Object Failed Error

Status
Not open for further replies.

FontanaS

Programmer
May 1, 2001
357
US
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?
 
What about the server parametere(i mean the server name on which it has to look for the component)...in ASP
 
What about Class_initialize code ? Does the class have some code in it ? Or some initialization of the dll ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top