﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-SuiTang's Cpp Blog-文章分类-VC</title><link>http://www.cppblog.com/suitang/category/15647.html</link><description /><language>zh-cn</language><lastBuildDate>Wed, 15 Dec 2010 06:39:23 GMT</lastBuildDate><pubDate>Wed, 15 Dec 2010 06:39:23 GMT</pubDate><ttl>60</ttl><item><title>fatal error C1902: 程序数据库管理器不匹配；请检查安装解决</title><link>http://www.cppblog.com/suitang/articles/136262.html</link><dc:creator>隋唐</dc:creator><author>隋唐</author><pubDate>Mon, 13 Dec 2010 01:27:00 GMT</pubDate><guid>http://www.cppblog.com/suitang/articles/136262.html</guid><wfw:comment>http://www.cppblog.com/suitang/comments/136262.html</wfw:comment><comments>http://www.cppblog.com/suitang/articles/136262.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/suitang/comments/commentRss/136262.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/suitang/services/trackbacks/136262.html</trackback:ping><description><![CDATA[<p><font style="BACKGROUND-COLOR: #cce8cf">昨天想要试着在控制台用cl.exe编译cpp文件，发现直接在VS2008/VC/bin下用cl不行，提示少mspdb80.dll，于是跑到common7的IDE下把这个动态链接库拷了过来，这下cl就可以用了，虽然习惯了vc的图形debug，用cl很不爽，但事情不就是满足自己一时的兴趣么？<br>今早一来开个工程，发现居然编译不了，提示fatal error C1902: 程序数据库管理器不匹配；请检查安装解决。在网上搜了下，发现居然是哪个mspdb80.dll在作祟。<br>两个解决方法：<br>（1）到IDE下把msobj80.dll mspdbcore.dll&nbsp; mspdbsrv.dll都拷过来；<br>（2）把mspdb80.dll从bin中删掉。<br></font></p>
<img src ="http://www.cppblog.com/suitang/aggbug/136262.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/suitang/" target="_blank">隋唐</a> 2010-12-13 09:27 <a href="http://www.cppblog.com/suitang/articles/136262.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>