Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shutting down a VFP COM dll
Message
De
29/11/2000 17:06:13
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00447023
Message ID:
00447065
Vues:
9
>How can I shut down a VFP COM object which is creeated using the CREATEOBJECT command?
>
>I have tried release, clear etc. no luck!

The object will be released once the variable that references it goes out of scope or is set to another value (.NULL.).

If the object is running in MTS/COM+, then those surrogates might be holding a reference, and you have to wait for it to time out, or shut down the package/Application.

If the object is being held by IIS, then you will either have to wait for IIS to release it, or shut down the webserver service (NET STOP, or IISRESET).
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform