The information in this article applies to:
SYMPTOMSUsing namespace names recursively causes the compiler to generate the following error message:
RESOLUTIONUse the "using" directive instead of the "using namespace" directive. Please see the sample in the MORE INFORMATION section of this article for a workaround. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATION
The following sample code demonstrates the problem and a workaround:
Sample Code
Additional query words:
Keywords : kbcode kberrmsg kbtool kbVC500bug kbVC600bug |
Last Reviewed: July 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |