How does a DCOM component know where to instantiate itself?
Answer Posted / 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 |
Post New Answer View All Answers
What is dcom?
Does .net replace com?
What is reference counting in com?
Define and explain about COM?
Can I use .net components from com programs?
Explain Futures of COM?
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?
What are queued components?
How to create an instance of the object in COM?
Once I have developed the com wrapper do I have to still register the com in registry?
Can I use com components from .net programs?
What is the difference between aggregated and contained objects?
Is dcom dead?
Can you explain what is dcom?
How do we create dcom object in vb6?