Windows error 0x8007006F, -2147024785

Detailed Error Information

BUFFER_OVERFLOW[1]

MessageThe file name is too long.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code111 (0x006f)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x0000006f.

Questions

6votes
1answer

Azure Web Role with Transient Fault Handling Block exception: The path is too long after being fully qualified

We applied Transient Fault Handling Block for our web role of cloud service, we even didn't write one single line code. When we try to debug our cloud service locally, the exception would show on webpage, like this: > The path is too long after being fully qualified. Make sure [...] read more
asp.net
azure
enterprise-library
azure-web-roles
azure-cloud-services
2votes
3answers

WDS error: Windows cannot install required files. Make sure all files required for installation are available, and restart the installation

I have a Windows 8.1 x64 image that I sysprep'd and captured onto a Windows 2008R2 WDS server. When attempting to install it on a fresh client, the first action "Copying Windows Files" happens in about 2 seconds, showing a successful green checkmark. Then the second action (Getting files ready [...] read more
wds
windows-8.1

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0