mt.exe : general error c101008a: Failed to save the updated manifest to the file "demo.dir\Debug\npd

来源:互联网 发布:淘宝平台费用是多少 编辑:程序博客网 时间:2024/05/31 06:22


又出现新问题了:

mt.exe : general error c101008a: Failed to save the updated manifest to the file "demo.dir\Debug\npdemo.dll.embed.manife


总是这样,第一次编译出现上述问题,马上再次编译就没有问题了,在网上看的是:

try deleting the .embed.manifest file specifically. If you're working in an environ where a build takes 20 minutes, this will save you lots of time.

这是微软论坛提供的解决办法,去工程文件夹下搜索.embed.manifest,删掉manifest类型的文件即可


不知道有没有用,先记录下来。

1 0