The information in this article applies to:
SYMPTOMSWhen you add a project to Visual SourceSafe in the Visual Basic integrated development environment you receive the message:
CAUSE
The project (.vbp) contains a file that is not in the home directory (the
one that contains the .vbp file) or a subdirectory underneath it. Q164684 "File or Project not Found" Adding Files via Integration RESOLUTIONPlace all the .vbp files in either the home directory or in a subdirectory underneath it. Alternatively, you can create a project structure in Visual SourceSafe that mirrors the directory structure on your hard drive before adding the .vbp to Visual SourceSafe. STATUSThis behavior is by design. MORE INFORMATIONYou only have the option of copying the file to the home directory, which might not be the desired location if the .vbp has a subdirectory structure with different subdirectories for modules, forms, and so forth. In this case, you should copy or move the files into the appropriate directories using the Windows Explorer and add them to the .vbp. Steps to Reproduce Behavior
If you view the .vbp file in a text editor, you will see the following line:
The Visual SourceSafe integration returns the error when it cannot resolve
this relative path to the .vbp file in its database.
Additional query words: kbDSupport
Keywords : kbinterop kbSSafe600 kbVBp400 |
Last Reviewed: August 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |