Configuration needed to work with DCOM
Hi,
I am trying to use a remote component and I am getting all kinds of errors.
The syntax I am using:
set MyObj = CreateObject("MyDLL.Class","MyServer")
- everything is ok if myServer is the local server
but if myServer is a network computer.. :mad: it doesn't work!
I have run DCOMCNFG and gave permissions to launch and execute... in fact I am admin on both machines to avoid more problems.
I am assuming I need some configuration on the client side...
and i don't know what to do?
I'm getting two error in two different projects...I don't know why
1 - ActiveX can't crate object
2- Lincense information is missing for this component. You don't have the right licence to run this in desing mode .
I have this problem with a Standard exe client and ActiveX exe Server.
WHat if I want to use a C++ dll as a server!!!!!!!!!?????????:eek:
Any help is appreciated!!!!!
Thanks!