What are binary and project compatibility?



What are binary and project compatibility?..

Answer / ritesh ratna

For a Component is developed under Project Compatibilty,
it's GUID never changes on it's signature change and/or
recompilation hence, the older version of the component,
that have already been distributed will still be working
without any problem. However in case of Binary
Compatibilty, whenever the component is recompiled,
irrespective of whether it's signature has changed or not,
its GUID would defiinately change (a New GUID is assigned),
hence it becomes extremely essential that all the older
versions of the component should be changed, as they would
no longer work and would throw an error on execution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What is DAO?

0 Answers  


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

0 Answers  


Name the four different cursor and locking types in ADO ?

1 Answers  


Which controls have refresh method?

2 Answers  


What is the default property of data control?

2 Answers  






What is controls in vb?

0 Answers  


How many max. number of controls can place in one form (especially visual basic form)?

6 Answers   Satyam,


Difference between Dynaset and Snapshot?

0 Answers  


What is diff between the Generic Variable and Specific Variable?

1 Answers  


___ argument can be used to make a menuitem into bold.

0 Answers  


How do I change the color of a form in visual basic?

0 Answers  


Difference Types of Instancing Property in ActiveX Dll and Exe.

1 Answers  


Categories