-
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.
-
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 :)