How do you make a NET component talk to a COM component?
Answers were Sorted based on User's Feedback
Answer / virat sarswat
RCW is used for making a NET compnent talk to a com
component.
CCW is used for Com to .NET communication
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / vadivel
To enable the communication between COM and .NET
components, the .NET Framework generates a COM Callable
Wrapper (CCW). The CCW enables communication between the
calling COM code and the managed code. It also handles
conversion between the data types, as well as other
messages between the COM types and the .NET types.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / phani krishna
Normal DLL's will run in the application memory space,it
will statically link to application.
COMDLL's are run in the global space it will link to the
application at runtime.
If any problem in Normal DLL's it will crash the
application which uses this dlls
| Is This Answer Correct ? | 1 Yes | 2 No |
Define and explain COM?
Once I have developed the com wrapper do I have to still register the com in registry?
Futures of COM
Does .net replace com?
What is the difference between aggregated and contained objects?
how to call a dll as a COM dll?
Can I use com components from .net programs?
Write a JCL to copy only selected members from a partitioned data set to another partitioned data set. (Use: IEBCOPY)
how you call a dll as a COM dll.
What is the difference, if any, between OLE and COM?
How do we create dcom object in vb6?
Explain queued components.