fatal error C1902: Program database manager mismatch; please check your installation |
I searched for a solution on Google and MSDN but neither showed anything i could make sense of.
fatal error C1902: Program database manager mismatch; please check your installation |
Program database manager mismatch
Noizu
Same here. Reverted back to Beta 2 and everything was ok. :(
rknorp
xiewob
I have tried all 32 combinations in turn with restarts of dev studio and still get the error - sometimes it works for a build, but then another restart and it is broken again. I am deleting ALL temp files and the .ncb.
Identical PC versions:
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE
C:\Program Files\Microsoft Visual Studio 8\VC\bin
C:\Program Files\Microsoft Visual Studio 8\Team Tools\Performance Tools
C:\Program Files\Common Files\Microsoft Shared\VSA\8.0\VsaEnv
360 version:
C:\Program Files\Microsoft Xbox 360 SDK\bin\win32
As long as the 360 version is there, the 360 builds fine, but not the PC.
I can't think of any changes on my machine between working and not, apart from our TFS server was changed.
All suggestions welcombe,
ric
Anonymous12321232
Did a search and found mspdb80.dll in the following locations:
c:\windows\system32
c:\program files\microsoft visual studio 8\common7\ide
c:\program files\common files\microsoft shared\vsa\8.0\vsaenv
c:\program files\microsoft sdks\windows\v6.0\vc\bin
The one in the sdks directory was from 2005, the others were identical from 2006, and I'm using VS 05.
I resolved it by renaming all but the one in the vs8\common7 directory.
Apparently there's been a bug or two fixed by MS previously for this error, maybe there's another one somewhere
Bob C
Sasanka Pinidiya
Thanks,
jamesski
Cuzzlor
Vitalie Ciobanu
wwfDev
Shaleen Rana
I tried to run dumpbin.exe from its installed location, \Program Files\Microsoft Visual Studio 8\VC\bin, but the OS complained that it couldn't find mspdb80.dll. I copied mspdb80.dll from \Program Files\Microsoft Visual Studio 8\Common7\IDE and dumpbin.exe ran fine. Shortly afterward, however, I got error C1902 while building a project that had built just fine earlier in the day. I removed mspdb80.dll from \Program Files\Microsoft Visual Studio 8\VC\bin and error C1902 went away. Rather strange.
Cheers,
Tom Lake
Same happened to me
Jose Luu
Bastari
JeppeSV
It worked for me too. Thanks.