致命错误LNK1000:IncrBuildImage期间的内部错误

时间:2012-09-24 13:37:39

标签: visual-studio-2008 mfc

我在构建一个新的MFC应用程序时遇到了这个奇怪的错误,我只是创建了一个新的MFC应用程序,我没有在生成的表单中更改任何内容,请问如何修复此错误?

1>Linking...
1>Embedding manifest...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>LINK : fatal error LNK1000: Internal error during IncrBuildImage
1>  Version 9.00.21022.08
1>  ExceptionCode            = C0000005
1>  ExceptionFlags           = 00000000
1>  ExceptionAddress         = FEA4C880
1>  NumberParameters         = 00000002
1>  ExceptionInformation[ 0] = 00000008
1>  ExceptionInformation[ 1] = FEA4C880
1>CONTEXT:
1>  Eax    = FEA4C880  Esp    = 002DEF08
1>  Ebx    = 400081C8  Ebp    = 002DEF34
1>  Ecx    = 0097D670  Esi    = 405B8CFC
1>  Edx    = 002DEF24  Edi    = 0006D6C0
1>  Eip    = FEA4C880  EFlags = 00010246
1>  SegCs  = 0000001B  SegDs  = 00000023
1>  SegSs  = 00000023  SegEs  = 00000023
1>  SegFs  = 0000003B  SegGs  = 00000000
1>  Dr0    = 00000000  Dr3    = 00000000
1>  Dr1    = 00000000  Dr6    = 00000000
1>  Dr2    = 00000000  Dr7    = 00000000
1>Build log was saved at     "file://c:\Users\Yasmine\Desktop\Calculator\Calculator\Debug\BuildLog.htm"
1>Calculator - 1 error(s), 0 warning(s)
 ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

2 个答案:

答案 0 :(得分:1)

此修复程序可以帮助解决您的问题... http://archive.msdn.microsoft.com/KB948127

答案 1 :(得分:0)

尝试进行完整的重建。通常会排除这种情况。