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

Can .NET Framework components use the features of Component Services?

0 Answers  


How to register com+ services?

0 Answers  


How CCW and RCW is working?

0 Answers  


Explain durability?

1 Answers  


Explain role-based security?

2 Answers  


How will you register com+ services?

3 Answers  


Difference between .NET components and COM components?

3 Answers   Microsoft,


What is COM?

1 Answers  


What is the new three features of COM+ services, which are not there in COM (MTS)

1 Answers  


Explain what are wrapper classes?

0 Answers  


how to register dll in COM / COM+ application

1 Answers  


Which namespace do the classes, allowing you to support COM functionality, are located?

1 Answers  


Categories