Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File Access Denied Creating VFP COM DLL
Message
De
13/12/1999 20:07:52
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00303089
Message ID:
00303093
Vues:
23
>Hi:
>
>I have just starting using VFP COM DLL's within an ASP. Example:
>
>{VB Script within an ASP}
>DIM oMyObject
>SET oMyObject = Server.CREATEOBJECT("MyDLL.SomeOLEClass")
>
>Now whenever I try to generate a new DLL within VFP I get a File Access Denied. Does anybody know how to kill the DLL in memory--otherwise I need to re-boot for each compile?
>
>Thanks!
>
>--Paul


You can shutdown the IIS Service. IMO, running COM objects directly from the ASP is not a good idea because of the problem you've found. Try running the COM server in MTS. You only need to shutdown the package instead of the entire web server.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform