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

advantage and disadvantage in visual-basic and ms-access please tell me or send my mail-id

0 Answers  


What is a thread pool and how are the threads within a thread pool managed?

0 Answers  


How would you run your ActiveX Document Dll?

0 Answers  


What is OLE and DDE? Explain?

1 Answers  


How will you define a function to accept optional arguments?

1 Answers  






How do we call MS- Excel in VB?

3 Answers  


To find the current recordposition in data control.

0 Answers  


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

6 Answers   Satyam,


Types of DBCombo boxes

0 Answers  


Explain the working of templates?

0 Answers  


How do I call help files from a VB program?

0 Answers  


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

0 Answers  


Categories