Answer Posted / 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 View All Answers
How would you create properties in ActiveX Control?
How do you change the system menu (on the Control-Menu Box)?
Where can I get updated VB and other Microsoft files?
What are 3 main differences between flexgrid control and dbgrid control?
It possible to call OLEDB's Features directly in VB without using any control?
What is OLEDB?
How would you attach pictures in column headers of List View Control?
Explain Types of DBCombo boxes?
How do I set the Windows wallpaper at runtime?
How can you Navigate from the DHTML application to another DHTML application? .
What is the Windows API?
How to get freefile location in memory?
What are the types of line styles available in Treeview Control?
What is constructors and distructors.
How would you add elements and pictures to listitems in listview control?