Vs does not find the mspdb80.dll error. It does not match the fatal error c1902: The program database manager. Check the installation.

Source: Internet
Author: User

Vs does not find the mspdb80.dll error:

Copy C:/program files/Microsoft Visual Studio 9.0/common7/IDE/mspdb80.dll to C:/program files/Microsoft Visual Studio 9.0/VC/bin/, then the preceding error disappears.

========================================================== ======================================

 

Vs2008 fatal error c1902: The program database manager does not match. Check the installation:

Here are steps how I got it and solve:
1. I like to compile some sources from the command prompt, so I added to the PATH environment variable-"C:/program files/Microsoft Visual Studio 8/VC/bin ". after that I had to copy some files from "C: program files/Microsoft Visual Studio 8/common7/ide" to get cl.exe working (one of files was mspdb80.dll ).
2. Some time later I tryed to compile a project from msdev and got c1902 error.
3. With msdn search I got to this place to see Jonathan Caves's helpful message about mspdbsrv.exe.
4. I just copied that EXE to VC/bin and everithing becomes OK.
5. Now I can compile anything.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.