Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 928 Bytes

linker-tools-error-lnk1106.md

File metadata and controls

31 lines (20 loc) · 928 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Linker Tools Error LNK1106
Linker Tools Error LNK1106
11/04/2016
LNK1106
LNK1106
528f7e65-04be-4966-b8af-9276837c7cda

Linker Tools Error LNK1106

invalid file or disk full: cannot seek to location

The tool could not read or write to location in a memory-mapped file.

To fix by checking the following possible causes

  1. Disk full.

    Free up some space and link again.

  2. Trying to link over a network.

    Some networks do not fully support the memory-mapped files used by the linker. Try linking on your local disk.

  3. Bad block on your disk.

    Although the operating system and disk hardware should have detected such an error, you may want to run a disk-checking program.

  4. Out of heap space.

    See C1060 for more information.