PRB: Autolist Feature Breaks When Project Cannot Compile (172676)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 5.0
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q172676 SYMPTOMS
In the Visual Basic Development Environment, the Autolist feature does
not work for Class or Standard Module objects.
CAUSE
This 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:
Compile Error:
Ambiguous Name Detected: <name>
RESOLUTION
Resolve 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.
STATUS
This behavior is by design.
Modification Type: | Minor | Last Reviewed: | 2/16/2005 |
---|
Keywords: | kbide kbpending kbprb KB172676 |
---|
|