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

I have several megabytes of memory. Why do I get an "out of memory" error?

0 Answers  


Can you create a tabletype of recordset in Jet - connected ODBC dbengine?

0 Answers  


How to use advanced data-bound controls.

0 Answers  


what is the Difference between Listindex and Tab index?

1 Answers  


Why is it not good to use a variant data type?

2 Answers  


What are the different compatibility types when we create a COM component?

2 Answers  


How do I get my application on top?

0 Answers  


What is the default property of data control?

2 Answers  


What is the-use of property page Wizard in ActiveX Control?

0 Answers  


Where can I get good up-to-date information about VB?

0 Answers  


What is the use of Connection object?

2 Answers  


what are container objects?

1 Answers  


Categories