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 are the Style Properties of Combo Box?

2 Answers  


Maximum Control Names length?

0 Answers  


HTML stands for What? Use of HTML ?

2 Answers  


what is the DIFF between Image and Picture box controls

3 Answers   CybAge,


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

0 Answers  


how to create exe file using vb

9 Answers   Satyam,


What is data control in vb?

0 Answers  


When Activex exe is benificial in vb application

1 Answers   TCS,


How do I tell when an application executed using the SHELL command is finished?

0 Answers  


What are forms in visual basic?

0 Answers  


How many objects resides in ADO ?

0 Answers  


Besides Standard Exe what are other types of projects in VB?

2 Answers  


Categories