FIX: Path Problems Using Project on Network ServerLast reviewed: December 18, 1997Article ID: Q171474 |
The information in this article applies to:
SYMPTOMSSaving a project to one network share and creating the exe on a different network share causes Visual Basic to generate an invalid path to the EXE file.
CAUSEThis problem is caused when Visual Basic attempts to store the path to the EXE relative to the Project files.
RESOLUTIONKeep EXE and Project on same share or upgrade to Visual Studio 97 Service Pack 2.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug has been fixed in Visual Studio 97 Service Pack 2. For more information on the Visual Studio 97 Service Pack 2, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q170365 TITLE : INFO: Visual Studio 97 Service Packs - What, Where, and WhyFor a list of the Visual Basic 5.0 bugs that were fixed in the Visual Studio 97 Service Pack 2, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q171554 TITLE : INFO: Visual Basic 5.0 Fixes in Visual Studio 97 Service Pack 2 MORE INFORMATION
Steps to Reproduce BehaviorThis requires two machines;
Observed BehaviorIn the Build EXE dialog window, note that the path to the EXE is incorrect; the path appears as:
\\<Path to Project>\..\<Path to Exe>.ExeWithout changing anything, click OK. You will receive an error:
"\\<Path to Project>\..\<Path to Exe>.Exe The filename is not valid" Keywords : vb5all VS97FixlistSP3 VS97FixlistSP2 VB5FixlistSP2 Version : 5.0 Platform : WINDOWS Issue type : kbbug Solution Type : kbfix kbservicepack |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |