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

What are the important components of OLEDB?

0 Answers  


How would you define and use a Boolean in VB?

2 Answers   Asteroid Software Services, Microsoft,


What is the maximum no. of forms can include in one project (vb project)?

3 Answers   Satyam,


What is Centralization Error Handling?

1 Answers  


Difference between Recordset and Resultsets.

0 Answers  


How does the following statements work? On Error Resume Next

1 Answers  


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

0 Answers  


What is the diff between the Create Object and Get object?

2 Answers  


Which controls can not be placed in MDI?

3 Answers  


Difference between Linked Object and Embedded Object?

2 Answers  


How do I call help files from a VB program?

0 Answers  


What is the difference between change event in normal combobox and dbcombobox?

0 Answers  


Categories