adspace
How to make a net component talk to a com component?
Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category