VS2015 LINK : fatal error LNK1000: Internal error during IMAGE::BuildImage

  • Thread starter Thread starter FabioD82
  • Start date Start date
F

FabioD82

Guest
I'm trying to build a C++ application with Visual Studio Communnity 2015.

I can build it in Debug mode without errors, but in Release mode I get this error:


1>LINK : fatal error LNK1000: Internal error during IMAGE::BuildImage
1>
1> Version 14.00.23506.0
1>
1> ExceptionCode = C0000005
1> ExceptionFlags = 00000000
1> ExceptionAddress = 55324214 (55140000) "E:\Programmi (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\c2.dll"
1> NumberParameters = 00000002
1> ExceptionInformation[ 0] = 00000000
1> ExceptionInformation[ 1] = 00000030
1>
1> CONTEXT:
1> Eax = 00000000 Esp = 004FE430
1> Ebx = 00000000 Ebp = 004FE458
1> Ecx = 05197DE4 Esi = 00000000
1> Edx = 00000000 Edi = 0994308C
1> Eip = 55324214 EFlags = 00010246
1> SegCs = 00000023 SegDs = 0000002B
1> SegSs = 0000002B SegEs = 0000002B
1> SegFs = 00000053 SegGs = 0000002B
1> Dr0 = 00000000 Dr3 = 00000000
1> Dr1 = 00000000 Dr6 = 00000000
1> Dr2 = 00000000 Dr7 = 00000000


After a web search I've found this error in other Visual Studio versions (e.g. 2008 and 2010), caused by a bug in VS and I've found the hotfix for those versions. Unfortunately I didn't found a hotfix for Visual Studio 2015.

How can I solve this problem?

Thank you

Continue reading...
 
Back
Top