代码安全,网络安全,系统内核
« »
2008-09-01读书笔记

50 views

Microsoft visual studio 2005 C1902: 程序数据库管理器不匹配 错误

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 .



日志信息 »

该日志于2008-09-01 20:16由 老周 发表在读书笔记分类下, 你可以发表评论。除了可以将这个日志以保留源地址及作者的情况下引用到你的网站或博客,还可以通过RSS 2.0订阅这个日志的所有评论。

没有评论

发表评论 »

发表评论您必须先登录

返回顶部