Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COM object still in Memory
Message
De
25/07/2000 12:18:46
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
COM object still in Memory
Divers
Thread ID:
00396650
Message ID:
00396650
Vues:
48
I have an ASP page that calls a FOX DLL

ASP CODE:
Dim strjobnum, strbinnum, oNB, strBinResp
strjobnum = Request.Form("jobnum")
strbinnum = Request.Form("binnum")
SET oNB = Server.Createobject("filmroute.fwip")
strBinResp = oNB.binjob(strjobnum,strbinnum)
SET oNB = Nothing

Once this is complete and I try to regenerate the Multithread DLL I get File access is denied. In order to regenerate it I have to reboot my PC which tells me it is still loaded in Memory. Shutting down the COM object through IIS does not help as well as shutting down the web server service. I found an article on this and all variables in the COM object must be PRIVATE which they are. I am woried that I will run out of system resources. Does anybody know why it is still in memory and what I can do to fix it?
I can't believe I get paid to write code..... Its like doing crossword puzzels
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform