Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dcom and local registration
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01092140
Message ID:
01126388
Views:
26
Hi Naomi,

>If I create it as EXE, how would I call it?

Just as you did in the other message, passing the CLSID and the computer name. You might have to call DCOMCNFG on the server to properly configure the component:

- activation: The user on the client must be able to log onto the server from the network and must be listed in the list of users that are allowed to activate and to access a server. If both computers are not part of the same domain, you have to duplicate user accounts with the exact same password.

- identity: This can be any user, but it needs to have access to any resources your class accesses. If the server component calls back to the client, this user must be configured to have access to the client machine on the default COM permission page in DCOMCNFG. Otherwise, sometimes the call back won't work.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform