Windows error 0x800704C8, -2147023672

Detailed Error Information

USER_MAPPED_FILE[1]

MessageThe requested operation cannot be performed on a file with a user-mapped section open.
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 Code1224 (0x04c8)

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

Questions

5votes
4answers

Visual Studio 2015 and uwp development - User-Mapped section error and CopyWin32Resources error

Continuing with some UWP development and 2 things keep happening with visual studio and I can't work out if its a VS2015 bug, the fact that I am deploying to a windows Mobile 10 device or something else. Randomly when I try to build or deploy to my device I [...] read more
c#
visual-studio-2015
uwp
0votes
0answers

Azure devops deployment

Failed to deploy web package to IIS website. Error: An error was encountered when processing operation 'Create File' on D:\Websites\project\project.pdb. > Error: The error code was 0x800704C8. Error: The requested operation cannot be > performed on a file with a user- mapped section open. I have tried to add this [...] read more
azure-devops
continuous-deployment

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