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 is Static Cursor?

1 Answers  


What is ODBC?

2 Answers   Satyam,


OLE is used for _______

0 Answers  


How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?

0 Answers  


what are the types of combo box?

1 Answers   Satyam,


Whats the advantages/disadvantages of using datacontrol vs DAO/ADO/RDO?

1 Answers   L&T, MAHINDRA, Teledata,


What are the types of API Types?

3 Answers  


Why visual basic is used?

0 Answers  


How many File System Controls are there ? Explain.

0 Answers  


Using which type we can access file line by line?

2 Answers  


How does the following statements work? On Error Resume Next

1 Answers  


what is the Difference between listbox and combo box?

5 Answers   TCS,


Categories