1.

Solve : Program Database Manager Mismatch - Visual C++ 2008 Express?

Answer»

I installed Visual C++ 2008 Express in August and everything went fine until yesterday, when I was trying to compile my code it gave the following warning - "cl : COMMAND line warning D9028 : minimal rebuild failure, reverting to NORMAL BUILD" and the error - "fatal error C1902: Program database manager MISMATCH; please check your installation" and I cannot compile it. Please help.
Thanks!You may have a corrupt install. You could try renaming mspdb80.dll in the vc/bin directory. Dumpbin and the compiler may be looking for the dll in two different places, resulting in mismatched versions.

Hope this helps.



Discussion

No Comment Found