Results 1 to 2 of 2

Thread: Problems With MTS and VB6 DLL's

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    7

    Angry

    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.

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    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
  •  



Click Here to Expand Forum to Full Width