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 will happen if you issue a Resume statement after handling an error?

3 Answers  


what are the Differences between ActiveX Exe and Dll?

2 Answers  


What is OLEDB?

1 Answers  


what is the Need of zorder method?

2 Answers  


Explain Get, Let, Set Properties?

5 Answers  


How would you create properties by using class Builder Wizard?

1 Answers  


How would you add elements and pictures to listitems in listview control?

1 Answers  


Is it possible to change menu runtime using API? If yes Specify the function names?

1 Answers  


How would you create Visual basic Document file?

1 Answers  


How do I set the Windows wallpaper at runtime?

1 Answers  


When Activex exe is benificial in vb application

1 Answers   TCS,


Is it possible to Manipulate data through flexgrid? Explain.

1 Answers  


Categories