FIX: LNK1000 Error Message When You Use the Incremental Linking Feature of Link.exe (826326)



The information in this article applies to:

  • Microsoft Visual C++ .NET (2002)

SYMPTOMS

When you use the incremental linking feature of Link.exe, you receive the following LNK1000 error message:
LINK : fatal error LNK1000: Internal error during Pass2

  Version 7.00.9466

  ExceptionCode            = C0000005
  ExceptionFlags           = 00000000
  ExceptionAddress         = 00449D66 (00400000) "C:\Program Files\Microsoft Vis
ual Studio .NET\VC7\BIN\link.exe"
  NumberParameters         = 00000002
  ExceptionInformation[ 0] = 00000000
  ExceptionInformation[ 1] = 00C511D1

CONTEXT:
  Eax    = 00000429  Esp    = 0012F2BC
  Ebx    = 3FFF0328  Ebp    = 00000010
  Ecx    = 00C50DA8  Esi    = 00C688F0
  Edx    = 00000000  Edi    = 00000000
  Eip    = 00449D66  EFlags = 00010203
  SegCs  = 0000001B  SegDs  = 00000023
  SegSs  = 00000023  SegEs  = 00000023
  SegFs  = 00000038  SegGs  = 00000000
  Dr0    = 0012F2BC  Dr3    = 3FFF0328
  Dr1    = 00000010  Dr6    = 00C50DA8
  Dr2    = 00000000  Dr7    = 00000000
				
After you apply the following hotfix,

329593 FIX: "Fatal Error LNK1105" Error Message When You Incrementally Link Large Projects

you receive the following LNK1000 error message:
   LINK : fatal error LNK1000: Internal error during Pass2

  Version 7.00.9620

  ExceptionCode            = C0000005
  ExceptionFlags           = 00000000
  ExceptionAddress         = 00449D66 (00400000) "C:\Program Files\Microsoft Vis
ual Studio .NET\VC7\BIN\link.exe"
  NumberParameters         = 00000002
  ExceptionInformation[ 0] = 00000000
  ExceptionInformation[ 1] = 00C511C1

CONTEXT:
  Eax    = 00000429  Esp    = 0012F2BC
  Ebx    = 3FFF0328  Ebp    = 00000010
  Ecx    = 00C50D98  Esi    = 00C688E0
  Edx    = 00000000  Edi    = 00000000
  Eip    = 00449D66  EFlags = 00010203
  SegCs  = 0000001B  SegDs  = 00000023
  SegSs  = 00000023  SegEs  = 00000023
  SegFs  = 00000038  SegGs  = 00000000
  Dr0    = 0012F2BC  Dr3    = 3FFF0328
  Dr1    = 00000010  Dr6    = 00C50D98
  Dr2    = 00000000  Dr7    = 00000000
				

RESOLUTION

A supported fix is now available from Microsoft, but it is only intended to correct the problem that this article describes. Apply it only to systems that are experiencing this specific problem.

To resolve this problem, contact Microsoft Product Support Services to obtain the fix. For a complete list of Microsoft Product Support Services phone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question. The English version of this fix has the file attributes (or later) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
   Date         Time   Version     Size   File name
   -------------------------------------------------
   05-Aug-2003  21:37  7.0.9724.0  643,072  Link.exe

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Modification Type:MinorLast Reviewed:10/25/2005
Keywords:kbHotfixServer kbQFE kbQFE kbfix kbbug KB826326 kbAudDeveloper