Can I use .net components from com programs?



Can I use .net components from com programs?..

Answer / Priyanka Chauhan

Yes, it is possible to use .NET components in COM applications by exposing them as COM objects. To do this, you would need to create a COM-visible class and register it with the system registry.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COM DCOM Interview Questions

How does a DCOM component know where to instantiate itself?

1 Answers  


C is aggregated by B, which in turn aggregated by A. Our client requested C. What will happen?

2 Answers  


Can you explain what is dcom?

1 Answers  


Explain Futures of COM?

1 Answers  


Explain transaction atomicity?

1 Answers  


how do you know it is general dll or com dll

5 Answers  


What are queued components?

1 Answers  


Explain JIT activation?

1 Answers  


Do COM keep track of all the object references(Accounting)?

3 Answers   Microsoft,


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  


how you call a dll as a COM dll.

2 Answers  


Once I have developed the com wrapper do I have to still register the com in registry?

1 Answers  


Categories