What are the different compatibility types when we create a
COM component?

Answers were Sorted based on User's Feedback



What are the different compatibility types when we create a COM component?..

Answer / neha dogra

Three Compatibility Types:
1. No Compatibility: New GUID created and references from other components will not work.
2. Project Compatibility: Default for any new component
3. Binary Compatibility: GUID does not change, references from other components will work.

Is This Answer Correct ?    4 Yes 0 No

What are the different compatibility types when we create a COM component?..

Answer / nilesh b

Following are compatibility types in COM

Binary Compatibility - For Backward COmpatibility
Project Compatibility - For Debugging Purpose
No COmpatibility

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

Types of LockEdits in RDO.

0 Answers  


what are the Types of LockEdits in RDO?

0 Answers  


Is the Variant type slower than using other variable types?

0 Answers  


How would you run your ActiveX Document Dll?

0 Answers  


What is the use of property page Wizard in ActiveX Control?

0 Answers  






What is the difference between a ActiveX DLL and a ActiveX EXE?

2 Answers   Infosys,


Name the four different cursor and locking types in ADO ?

1 Answers  


What are constructors and destructors?

1 Answers  


How do I make a text box not beep but do something else when I hit the Enter key?

0 Answers  


DHTML Is used for what?

0 Answers  


What are the properties of datacontrol?

0 Answers  


Is it possible to Manipulate data through flexgrid? Explain.

0 Answers  


Categories