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

How would you add column headers in listview control?

0 Answers  


What is the difference between message box

11 Answers  


What is the need of z-order method?

1 Answers  


How do you change the icon and otherwise manipulate the DOS box?

0 Answers  


What is the size of the variant data type?

3 Answers  






How do I speed up control property access?

0 Answers  


How would you convert a form into document?

0 Answers  


Which property of menu cannot be set at run time?

1 Answers  


what are the Differenct Types of Procedures in VB?

0 Answers  


How do we call MS- Excel in VB?

3 Answers  


which property is used to change to some value to access a identity column in datacontrols?

0 Answers  


What is Dll?

3 Answers  


Categories