The information in this article applies to:
SYMPTOMSIn a Microsoft Visual Basic project, when you give the same name to an Enum and a class module and run the project, you will get the following error: However, after you resolve the name conflict by changing the name of the class module, the same error still occurs when you run the project. CAUSEVisual Basic does not rebuild the binding table upon the name change. Therefore, the change is not reflected in the system and the conflict persists. RESOLUTIONYou need to make a few changes to the project (for example, add some code to the modules) or reload the project to workaround this error. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: kbDSupport kbdss kbVBp500bug kbVBp600bug kbVBp kbCompiler
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |