Article ID: 154289 - Last Review: June 2, 2005 - Revision: 3.0 How to identify the symptoms of file corruption problems in Visual C++This article was previously published under Q154289 SUMMARY This article describes how to identify the symptoms of file
corruption problems. At some point after installing one of the products listed
above, you may run into strange build errors that occur on simple projects or
even with some of the sample projects shipped with the products. The problem is
often not resolved until the product is completely removed from your system and
reinstalled. In other words, simply running the setup program again without
removing the product and its associated registry entries does not resolve the
problem. The likely cause of these errors is that the build tool reporting the error, or other files in your installation, have become corrupted. Following are a few examples of scenarios that can occur:
MORE INFORMATION To verify that the error is really occurring because of a
corrupted file in your installation, you can use the MS-DOS or Windows NT File
Compare program (Fc.exe) to compare the original files on the product CD-ROM
and the copies of the files that have been installed on your system. Use the
following Command line:
FC /b [drive1:][path1]filename1 [drive2:][path2]filename2
The /B (binary) option tells the File Compare program to do a
binary comparison on the files. If you decide to do a complete reinstallation of the product, here are the general steps you should follow:
REFERENCES
For more information, click the following article numbers to view the articles
in the Microsoft Knowledge Base: 136258
(http://support.microsoft.com/kb/136258/
)
How to troubleshoot Visual C++ setup problems in Windows NT
134347
(http://support.microsoft.com/kb/134347/
)
Troubleshooting Visual C++ setup problems under Windows 95
APPLIES TO
| Article Translations
|
Back to the top
