FIX: LNK1201 Error Writing to .PDB File After Line ProfileLast reviewed: September 18, 1997Article ID: Q139456 |
4.00
WINDOWS NT
kbtool kbbuglist kbfixlist
The information in this article applies to:
The information in this article is included in the documentation starting with Visual C++ 5.0. Look there for future revisions.
SYMPTOMSAttempting to build or rebuild a project after performing a line coverage profile by clicking Profile on the Tools menu results in this error message:
LNK1201: error writing to program database "c:\MSDEV\Projects\yourapp\Debug\yourapp.pdb"; check for insufficient disk space CAUSEDeveloper Studio does not close the project's program database file (.pdb file) after doing a line profile. Upon attempting to rebuild the project, the linker cannot write to the project's .pdb file, which causes the LNK1201 error.
RESOLUTIONTo work around this problem:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug was corrected in Visual C++ 4.1.
|
KBCategory: kbtool kbbuglist kbfixlist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |