|
-
Aug 31st, 2000, 04:38 AM
#1
Thread Starter
New Member
I am trying to compile much of my ASP code into VB ActiveX dll's in order to protect my ideas, however when I try to call any function stored in the new DLL I get the message below.
Checking a few news groups, I can clearly see that literally hundreds of people are getting this same problem but noone has a clue why. Does anyone know the reason for this, not just another fix or work arround.
I am running NT Server 4 and IIS, DLL was created using VB6.
The DLL is being used via MTS.
Thanks,
Rooksie
Server object error 'ASP 0177 : 8007000e'
Server.CreateObject Failed
/adir/adir/afile.asp, line 405
Not enough storage is available to complete this operation.
-
Sep 1st, 2000, 10:08 AM
#2
Guru
I've had that error when one of my other processes sucked up all of my virtual memory on my server. (hooray for endless loops!)
Make sure you have enough virtual memory available (your page file should start at 1.5 x the amount of RAM), or a reboot never hurts either 
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
|