How to make a net component talk to a com component?



How to make a net component talk to a com component?..

Answer / Pramod Kumar Mishra

To communicate between a .NET and a COM component, you can use interop assemblies. These are generated by tools like tlbimp (Type Library Importer) or svcutil (Service Model Metadata Utility Tool). The process involves adding the interop assembly as a reference to your .NET project, then using the wrapped COM objects provided by the assembly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COM+ Interview Questions

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

3 Answers  


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

3 Answers   Digital GlobalSoft, UST,


Explain integrity ?

1 Answers  


What is the difference between com architecture and .net architecture?

1 Answers  


Explain object pooling?

1 Answers  


What is security?

1 Answers  


What is ccw?

1 Answers  


Explain transaction atomicity?

2 Answers  


What is COM?

1 Answers  


Explain the new three features of com+ services, which are not there in com (mts)?

1 Answers  


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

1 Answers  


what are wrapper Classes?

2 Answers   Tech Mahindra,


Categories