The information in this article applies to:
SYMPTOMS
Attempting to compile a Visual Basic project residing on a network that
only supports 8.3 filenames may generate the following error:
CAUSE
If there are N modules in a project, Visual Basic will create N + 1 object
files; one for each module and one for the project as a whole. The names
are derived from either the module name or, for the project, the EXE name.
The name used is either "<basename>.obj" or "<basename><number>.obj." A
number is added if the base names of the N + 1 files have naming conflicts
(such as test.bas and test.frm).
RESOLUTIONCreate shorter names for your form, module, and project so that if a name conflict occurs, the appended number will not violate the short filename requirement of your network environment. STATUSThis behavior is by design. REFERENCES
For additional information, please see the following articles in the
Microsoft Knowledge Base:
Q152789 : HOWTO: Install Visual Basic to a Network Using 8.3 File Names Additional query words: kbdss kbDSupport kbVBp kbCompiler kbVBp600 kbVBp500 kberrmsg
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |