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

Answers were Sorted based on User's Feedback



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

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

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

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

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

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

Post New Answer

More COM DCOM Interview Questions

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?

0 Answers  


Define and explain COM?

8 Answers   Microsoft,


What kind of components can be used as DCOM servers?

1 Answers  


Can I use .net components from com programs?

0 Answers  


What is IUnknown? What methods are provided by IUnknown?

3 Answers   IBM,






Let?s assume 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?

3 Answers  


what is mean by scintific,commercial and business applications? How they differ? Please answer me. Advance thanks.

0 Answers   Excel,


What is In-proc?

4 Answers  


Does .net replace com?

0 Answers  


Define and explain about COM?

0 Answers  


what is far pointer and what are the use of far poiter in com/dcom ?????

2 Answers   HCL,


How can would you create an instance of the object in COM

2 Answers  


Categories