Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM+ component not reliable
Message
 
To
17/05/2004 19:30:46
John Fitzgerald
Kenneths Hair Salons & Day Spas,Inc.
Columbus, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00904729
Message ID:
00904764
Views:
18
In the Project Information for your VFP mtdll under the Servers tab, there's a choice for Instancing. It should be Multi-Use.
Your base class in your VFP mtdll should be defined with something like this:
Define Class mymainclass AS Session
which will define some needed settings. I also use the following commands:
SET RESOURCE OFF
SET EXCLUSIVE OFF
SET CPDIALOG OFF
SET DELETED ON
SET EXACT OFF
SET SAFETY OFF
SET REPROCESS TO 2 SECONDS
>Thanks for the reply claude, I not sure I know the answer to that...how can i find out?
Previous
Reply
Map
View

Click here to load this message in the networking platform