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 can you save and Get data from Clipboard/ Recordset object consists what?

0 Answers  


A standard exe contains a registered Active-X DLL. Now some error arise in the application but not in the standard exe , it is in the Active-X DLL. How do you find it out in which line no the error is?

1 Answers  


Types of ActiveX Components in VB?

0 Answers  


What is file in vb?

0 Answers  


What is DBSqlPassThrough?

0 Answers  






what are the Parts of ODBC?

0 Answers  


How to customize workgroup message?

0 Answers  


What is database vb?

0 Answers  


If we can make more than one MDI Form in VB then How? I need to make 2 MDI Forms in my project.

2 Answers   HST, Infosys,


How many system controls are available ?

1 Answers  


Write the correct order of execution of following form?s events: initialization, Load, Activate, Refresh , Paint

3 Answers  


How come I get a "No Current Record" error when I use a a Data Control on an empty table?

0 Answers  


Categories