Accessing COM+ object on other computer
How can I use a com object on another computer via COM+. The computer i must access is running WIN2000 and the objects are already in Component Services.
I just need to know how I can access it. I've added the COM+ refferences, but I don't have a single clue of where to start. Any help is welcome.
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.
Re: Accessing COM+ object on other computer
You can exports the object dll to client machine
from component services.
or
copy dll and register in ur machine
and use createobject with remotemachine as parameter.
Or
Do the remoteservername registary changes
redards
Or
generate VBR files and include in setup and run setup on client
Re: Accessing COM+ object on other computer
>generate VBR files and include in setup and run setup on client
And you may need to enable RPC on both client and server machine (look at your net protocols).
And you should already know all about Dcom...
But you spoke of COM+. Was not MTS involved?
;)
Nice to see you here, you tall Guru...
Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Michael
and all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
The Rater
Re: Accessing COM+ object on other computer
Ok guys, both thanx for the answer, but I considder myself specialized in COM+ now. But hey, it's funny to know what (now seeming stupid) questions I posted more then 11 months ago...
Tom Cannaerts
[email protected]
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook