Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shutting down a VFP COM dll
Message
From
29/11/2000 17:06:13
 
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00447023
Message ID:
00447065
Views:
11
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform