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

Which controls have refresh method?

2 Answers  


what are the Differences between Modal and Modaless forms?

2 Answers  


How do I call a DLL?

0 Answers  


What is the use of debug Window?

1 Answers  


What is Zorder Method?

1 Answers  


What are the uses of List View Control?

0 Answers  


What is ODBC?

1 Answers  


Differentiate between DAO,ADO and Adodc as in data access objects?

0 Answers  


How do I get a bitmap picture in a field in an Access database?

0 Answers  


How can you Implement windows functionality in VB?

0 Answers  


What is the difference between Single and Double in VB?

4 Answers  


How can you save and Get data from Clipboard/ Recordset object consists what?

0 Answers  


Categories