PRB: Can't Map File to the Project '$' Message in Dev StudioLast reviewed: February 25, 1997Article ID: Q154400 |
The information in this article applies to:
SYMPTOMSWhen adding the files of a Visual C++ project to Source Code Control, you may get the error:
"Can't map file to the Project $"This may be caused by a corrupt .mdp file in Developer Studio.
WORKAROUNDOne solution is to remove the .mdp file and reopen the project using the .mak file. The following will recreate the .mdp file:
STATUSThis behavior is by design.
MORE INFORMATIONThe .mdp file is a wrapper for the .mak file that contains Visual SourceSafe information about the project. Developer Studio can recreate this file, if needed. Also, if any of the files from your project did manage to get put into the $/ project in Visual SourceSafe, they should be removed.
|
KBCategory: kbprg kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |