error c101008d: Failed to write the updated manifest to the resource
我的程序build阶段 Debug完全正常,release阶段报错:
error c101008d: Failed to write the updated manifest to the resource of file "c:\users\documents\visual studio 11\Projects\Project2\Release\Project2.exe". The operation failed. c:\Users\documents\visual studio 11\Projects\Project2\Project2\mt.exe Project2
使用代码功能的有时候弹出
If there is a handler for this exception, the program may be safely continued.
OS是windows 7 开发环境VS11 毕业论文
说实话 这种没上下文的提问真让人纠结 第2个问题抛出这个异常If there is a handler for this exception, the program may be safely continued.
是提示你的代码可能不安全,那么你检查下你的代码是否安全呢。如果你觉得安全,你就关掉编译开关的安全检查,开关在C/c++ CODE Generation 里面有几个checks解围的选项 ,选成空或者默认吧。
你出现这个c101008d错误估计也是因为release版本不能进行checks引起的吧。貌似我记得vs2008可以自动优化掉 不会报错。但是也可能是别的地方,最好把代码发上来看看,或者工程熟悉截图。