Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP COM Component and ASP.Net
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01329617
Message ID:
01329633
Views:
11
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform