How do you make a NET component talk to a COM component?



How do you make a NET component talk to a COM component?..

Answer / 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

More COM+ Interview Questions

Explain transaction atomicity?

2 Answers  


How to invoke .net components from com components,give the sequence ?

3 Answers   Digital GlobalSoft, UST,


Is the COM architecture same as .Net architecture? What is the difference between them?

1 Answers  


What is use of ContextUtil class?

2 Answers  


What is transaction atomicity?

0 Answers  






Explain queued components?

1 Answers  


Can we copy a COM dll to GAC folder?

1 Answers  


Define availability?

1 Answers  


What is availability?

0 Answers  


What are CCW and RCW?

9 Answers   Tech Mahindra,


What are rcw?

0 Answers  


Difference between .NET components and COM components?

3 Answers   Microsoft,


Categories