Visual Basic (VB) Question:
Name and explain the different compatibility types when creating a COM component

Answer:
No Compatibility ? New GUID created, references from other components will not workProject Compatibility ? Default for a new component Binary Compatibility ? GUID does not change, references from other components will work
Previous Question | Next Question |
How do you register a component? | Why is it important to use source control software for source code? |