Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article describes the MSB3101 error code.
Message text
MSB3101: Could not write state file 'value'.
Description
This error occurs when MSBuild failed to write an internal file during a build. This error is not necessarily a blocking error, as MSBuild can sometimes recover from it and continue processing the build.
Resolution
The standard output message text is followed by additional information from the operating system. Look to the additional information provided to determine the cause of the problem.
Typical issues include:
- The path is too long.
- Permission is denied to the folder.
- A file is locked by another process.
- The disk is full.
Applies to
All versions of MSBuild