How do you make a NET component talk to a COM component?
Answer Posted / swapna
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is integrity?
Is the com architecture same as .net architecture?
Is it true that COM objects no longer need to be registered on the server?
What is transaction atomicity?
Explain the disadvantages of com components?
What is security?
How to register com+ services?
What is reliability?
Define jit activation?
Explain the use of contextutil class?
How to make a net component talk to a com component?
Define object pooling?
how to register dll in COM / COM+ application
What are Interop Services?
Explain disadvantages of com components?