How does a DCOM component know where to instantiate itself?
Answer / chandrasekharreddy siddamreddy
while accessing the DCOM component you have to provide
COSERVERINFO structure. This structure is having the
information about where the component is.
Is This Answer Correct ? | 2 Yes | 0 No |
Can I use com components from .net programs?
Suppose we have object b and aggregated object c (in- proc server), created by b. Can you access any interface of b from c? What?s the difference between aggregated and contained objects?
Differentiate normal DLL to COM DLL
What are the different compatibility types when we create a COM component?
What is a moniker ?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?
What is the difference, if any, between OLE and COM?
Explain Futures of COM?
C is aggregated by B, which in turn aggregated by A. Our client requested C. What will happen?
Which tool is used to configure the port range and protocols for DCOM communications?
Which namespace do the classes, allowing you to support COM functionality, are located?
Is dcom dead?