PRB: VSS OLE Add-in Model Not Supported by Visual Basic 4.0Last reviewed: October 18, 1996Article ID: Q157715 |
The information in this article applies to:
SYMPTOMSWhen creating an add-in OLE server with Visual Basic 4.0, Visual SourceSafe may crash or may not register the add-in properly.
CAUSEVisual Basic 4.0 does not support creating OLE interfaces. This is required by the OLE automation add-in model in order to create an add-in OLE server.
RESOLUTIONA language that supports OLE interfaces, such as Microsoft Visual C++, should be used.
STATUSThis behavior is by design.
MORE INFORMATIONThe Visual SourceSafe add-in model expects an IVSSEventHandler interface that has an INIT event exposed. If this interface is not available, Visual SourceSafe cannot establish the communication channel between itself and the add-in OLE server.
|
KBCategory: kbinterop kbole kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |