Can someone please explain to me what DCOM is? and if posible tell me the difference between COM and DCOM.
Any information would be appreciated.
Thanks
Printable View
Can someone please explain to me what DCOM is? and if posible tell me the difference between COM and DCOM.
Any information would be appreciated.
Thanks
DCOM allows you to use a component on another machine, though programatically you use it as if it were on the same machine. Your application will not know if it is local or remote.
There are design considerations though when if you are going to be remoting a COM object.
Under COM+ there is no difference to the developer. The location of the COM+ binary itself is handled in the registry.
Simply add to references add you're off . . .