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 the Difference between listbox and combo box?

2 Answers  


___,_____ and ____ container objects.

0 Answers  


What is hyperlink?

1 Answers  


Different types of Passing Value?

1 Answers  


Explain the differences between ActiveX Dll and ActiveX Exe?

0 Answers  






Discuss the working with to-do lists.

0 Answers  


What is the difference Between ADO and other data access objects?

2 Answers   HCL,


How do I make an animated icon for my program?

0 Answers  


What is the difference between Msgbox Statement and MsgboxQ function?

0 Answers  


What are the types of API Types.

0 Answers   TCS,


How do you change the system menu (on the Control-Menu Box)?

0 Answers  


How do you do multithreading application in VB

1 Answers  


Categories