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
Explain Default cursor Type and LockEdits type in RDO?
How would you create properties in ActiveX Control?
How do I change the color of a form in visual basic?
What are the Internet tools available in VB6.0?
How do I mimic a toggle button?
What is "Reserved Error -1209"?
How can you determine performance standards?
Which type of object requires this object?
To find the current recordposition in data control.
What is difference between datagrid and flexgrid?
Explain about manipulating the recordset object
What is the-use of property page Wizard in ActiveX Control?
What is the use of progress Bar Control?
What is ado data control in vb6 0?
How would you use ActiveX Dll and ActiveX Exe in your application?