The information in this article applies to:
SYMPTOMSWhen compiling a Visual Basic project that accesses the Visual Studio Analyzer programming interfaces, the following error may occur:
CAUSEThe project contains references to both the automatable (Visual Basic and Visual J++) and non-automatable (Visual C++) interfaces. RESOLUTIONRemove the references to the non-automatable interfaces from Project References. MORE INFORMATION
To access the Visual Studio Analyzer programming interfaces from within Visual Basic, you need to add two type library references to your Visual Basic project. Once you add the type library references, you can access the methods within the programming interfaces using the Object Browser.
Steps to Reproduce Behavior
REFERENCESFor more information, see the following in the Microsoft Developer Network (MSDN) Library: Visual Studio 6.0 Documentation; Visual Studio Documentation; Component, Design and Analysis Tools; Visual Studio Analyzer Reference; Visual Studio Analyzer Concepts; Extending Visual Studio Analyzer; Guidelines for Customizing Your Application Visual Studio 6.0 Documentation; Visual Studio Documentation; Component, Design and Analysis Tools; Visual Studio Analyzer Reference; Visual Studio Analyzer Language Reference Additional query words:
Keywords : kbEEdition kbVBp600 kbVisAnalyzer kbVS600 kbDSupport kbGrpDSTools |
Last Reviewed: January 11, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |