Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Program Database Manager Mismatch - Visual C++ 2008 Express  (Read 7107 times)

0 Members and 1 Guest are viewing this topic.

Ashutosh32

    Topic Starter


    Intermediate

    Thanked: 1
    • Yes
    • Google
  • Experience: Experienced
  • OS: Windows XP
Program Database Manager Mismatch - Visual C++ 2008 Express
« on: October 12, 2008, 09:17:59 AM »
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!

Sidewinder



    Guru

    Thanked: 139
  • Experience: Familiar
  • OS: Windows 10
Re: Program Database Manager Mismatch - Visual C++ 2008 Express
« Reply #1 on: October 13, 2008, 05:08:27 AM »
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.  8)
The true sign of intelligence is not knowledge but imagination.

-- Albert Einstein