当前位置: 代码迷 >> 综合 >> general error c101008a: Failed to save the updated manifest to the file .\D
  详细解决方案

general error c101008a: Failed to save the updated manifest to the file .\D

热度:42   发布时间:2023-12-17 15:12:51.0

不能保存更新的文件,就是以前残留的文件没有删除,即:要删除Debug文件夹(这个问题以前已经讨论过了,有些错误必须这样做)

解决方法:2种方法:

第1种方法.手动删除Debug,注:在VS2008有2个Debug,2个都要删

第2种方法:自动删除:在VC++6.0编译器下,build--->Clean,而在VS2008下,生成--->清理解决方案

下面是摘自网上的一些,讨论的结果

关于 mt.exe : general error c101008a: Failed to save the updated manifest to the file2009-10-09 23:15

    这个问题经常出现!其实并不是你的真正出现了什么问题,只是你的编译链接的时候编译器自身的问题而已!也许是VS2005 ,VS2008 的BUG吧,解决的方法:点class view中的工程,选右鍵,再点clean就可以了; 或者是 build->clean solusion也可以,就是如此的简单,我本人觉得,还是VS 6.0用着好用,呵呵,可能是怀旧吧!

  相关解决方案