VS 2005中毒后编译出现的错误及其解决过程

来源:互联网 发布:php getinstance 编辑:程序博客网 时间:2024/04/29 04:47

<!-- /* Font Definitions */ @font-face{font-family:宋体;panose-1:2 1 6 0 3 1 1 1 1 1;mso-font-alt:SimSun;mso-font-charset:134;mso-generic-font-family:auto;mso-font-pitch:variable;mso-font-signature:3 135135232 16 0 262145 0;}@font-face{font-family:"/@宋体";panose-1:2 1 6 0 3 1 1 1 1 1;mso-font-charset:134;mso-generic-font-family:auto;mso-font-pitch:variable;mso-font-signature:3 135135232 16 0 262145 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal{mso-style-parent:"";margin:0cm;margin-bottom:.0001pt;text-align:justify;text-justify:inter-ideograph;mso-pagination:none;font-size:10.5pt;mso-bidi-font-size:12.0pt;font-family:"Times New Roman";mso-fareast-font-family:宋体;mso-font-kerning:1.0pt;}a:link, span.MsoHyperlink{color:blue;text-decoration:underline;text-underline:single;}a:visited, span.MsoHyperlinkFollowed{color:purple;text-decoration:underline;text-underline:single;} /* Page Definitions */ @page{mso-page-border-surround-header:no;mso-page-border-surround-footer:no;}@page Section1{size:595.3pt 841.9pt;margin:72.0pt 90.0pt 72.0pt 90.0pt;mso-header-margin:42.55pt;mso-footer-margin:49.6pt;mso-paper-source:0;layout-grid:15.6pt;}div.Section1{page:Section1;}-->

作者:朱金灿

来源:http://blog.csdn.net/clever101

 

     使用VS C++ 2005(sp1) 编译一个工程,出现一个错误:程序数据库管理器不匹配;请检查安装。(英文版的错误提示为:program database manager mismatch please check your installation)。开始我想着重装VS 2005就好了。于是重装VS 2005,然后编译工程成功。结果第二天开机编译一样的工程还是出现一样的错误。于是查看任务管理,发现有不明进程,马上安装杀毒软件,发现中毒颇为严重,所中病毒为Worm.Win32.Viking.jq

 

      将机子上所有磁盘杀毒后再重新编译工程,编译成功,原来是病毒感染VS2005所致!

原创粉丝点击