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 do you call a function in a DLL?

1 Answers  


1s it posible to Create Tables Through Querydef?

0 Answers  


Explain OLE Drag and Drop.

0 Answers  


__ no of controls in form.

0 Answers  


___ Property is to compress a image in image control.

1 Answers  






What are the new events in textbox that has been included in VB ?

0 Answers  


What are different types of cursors in ADODB?

5 Answers  


Under which circumstance does a VB application ignore a Timer event?

2 Answers  


How many tabs in a tabbed dialog do you consider appropriate?

0 Answers  


Types of ActiveX Components in VB?

0 Answers  


Which type of object requires this object?

0 Answers  


What is the use of command Object?What are the various types of variables?

0 Answers  


Categories