
Why DCOM ActiveX Exe is Working and ActiveX Dll is not working
You can't run DLLs like this. If you need to remote DLLs you need to put
them in a COM+ application and proxy it to the other server.
Only ActiveX EXE's can be executed through DCOM.
BTW, please post in plain text.
. . . . . . . . . . . . . . . . . . . . . .
Klaus H. Probst, MVP
http://www.vbbox.com/
Please post/reply to the newsgroup(s)
Hi All
I have created one ACTIVEX Dll DCOM When I compile as . dll and try to
configuer with DCOMCNFG the option "Run Application on this Computer" is not
active its disabled. and when I am trying to create object from remote
machine giving me error " cannot create object"
and when I changed project type from .dll to .exe and registered its working
fine.
I wonder may be I am doing something wrong.
Will be very thankful if some one advice me in this regard.
Thanks