The information in this article applies to:
SYMPTOMSIn the Visual Basic Development Environment, the Autolist feature does not work for Class or Standard Module objects. CAUSEThis problem may occur when two Enum structures have the same name within a project. The project cannot be compiled under these circumstances; you receive the following error when the project compiles:
RESOLUTIONResolve the ambiguous name by renaming one of the Enum structures. If you are unsure if this is the cause of the problem, select Start With Full Compile from the Run menu. If you receive an "Ambiguous Name Detected" error, check your code for the name listed in the error message. STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: kbVBp500 kbVBp600 kbVBp kbdsd kbDSupport KBCOMPILE KBIDE
Keywords : kbide kbVBp kbVBp500 kbVBp600 kbGrpVB kbDSupport |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |