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

How about Access 2.0 compatibility?

1 Answers  


which method used to move a recordset pointer in nth position in DAG?

1 Answers  


Which controls have refresh method?

2 Answers   AB Inc, HCL,


How do I create a window with a small title bar as in a floating toolbar?

1 Answers  


Whether HTML supports multimedia: and document links?

1 Answers  


What are the Style properties of List Box?

2 Answers  


What is the difference between Exec and ExecSQL? (wouldnt this be dependent on data access? Ie ADO use different method than DAO)

1 Answers  


Which method is preferred to save datas like database?

1 Answers  


What is the use of Data Form Wizard?

1 Answers  


which property is used to change to some value to access a identity column in datacontrols?

1 Answers  


What is the difference between a Sub and a Function?

3 Answers  


What is the difference between modal and module-less window?

1 Answers  


Categories