vs2005 installation and Fatal Error C1902

win10 system can not be activated

win7 to activate, compatible runtime errors occur, the solution installed 2 sp1 patch

Copy mspdb80.dll Fatal Error C1902 will appear to the system directory,

Solutions are as follows:

VC ++ 2005: Fatal Error C1902: Mismatch program database manager; please check the installation resolve
after installing VC ++ SP1, the debugger when an error Fatal Error C1902: Program database manager mismatch; please check the installation, do not know what it meant, so a little Google, the internet has said that "the new version DBI.dll version to create a program database file (.pdb) used to detect than compile time. DBI.dll install the latest version on the system." I do not know how to install the new DBI.dll, then went to search for the error message on MSDN, so then seized a: Fatal error C1902 (C ++) : a program database file (.pdb) was created using a newer version of mspdb80.dll than the one found while compiling.This error usually indicates that mspdbsrv.exe or mspdbcore.dll are missing or have different versions from mspdb80.dll. Ensure matching versions of mspdbsrv.exe, mspdbcore.dll, and mspdb80.dll are installed on your system.
meaning it seems to be: the program database file (.pdb) is generated than a compile-time version of the new mspdb80.dll An error typically indicates mspdbsrv.exe or mspdbcore.dll lost or different versions of its versions and mspdb80.dll determine the three versions of the same files installed on your system.
So, I went to my VC installation directory \ Program Files \ Microsoft Visual Studio 8 \ VC \ bin where, sure enough, these three files love your version is not the same, then I went to the directory D: \ Program Files \ Microsoft Visual Studio 8 \ Common7 \ IDE in the three re-copy the same version of the file to \ program files \ Microsoft Visual Studio 8 \ VC \ bin, and then recompile the program, it really is not that mistake

Guess you like

Origin www.cnblogs.com/hjbf/p/11350477.html