Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP COM Component and ASP.Net
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01329617
Message ID:
01329633
Vues:
12
>Hello everyone,
>
>Can anyone help me with this question.
>
>I am using ASP.Net 2.0. I have been asked to use a VFP COM component to provide some data from a VFP application but, I am unsure whether this will be thread-safe? If I was using a .NET component, I could make this thread safe but I am afraid I have no experience of using VFP COM components.
>
>Could anyone advise me of the ramifications and gotchas for using a VFP COM component in ASP.Net 2.0?
>

No, it's not thread safe. You need to add the ASPCOMPAT directive to the top of any of your ASP.NET pages that use the COM object (this isn't the full line, just the part you'd be interested in):
<%@ Page ASPCOMPAT=true 
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform