PRB: Autolist Feature Breaks When Project Cannot CompileLast reviewed: August 14, 1997Article ID: Q172676 |
The information in this article applies to:
SYMPTOMSIn the Visual Basic 5.0 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 will receive the following error when the project compiles:
Compile Error: Ambiguous Name Detected: <name> 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 INFORMATION
Steps to Reproduce Behavior
Keywords : vb5all Version : WINDOWS:5.0 Platform : WINDOWS Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |