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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create Object - Not Enough Storage

Status
Not open for further replies.

FontanaS

Programmer
May 1, 2001
357
US
Hi!

I get The Following Error -

Server Object Error 'ASP 0177 : 8007000e'
Server.CreateObject Failed
/nats/export2formatter.asp, line 207
Not Enough Storage Is Available To Complete This Operation.

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

What Does not Enough Stroage Mean? I Do Not Know How To Begin Finding Out What Is Wrong.

THANKS!
 
Don't remember seeing that but if it's like most ASP errors there are multiple causes. You should do a search for 'ASP 0177' on MSDN

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top