Windows error 0x800710FE, -2147020546

Detailed Error Information

FILE_OFFLINE[1]

MessageThis file is currently not available for use on this computer.
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 Code4350 (0x10fe)

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

Questions

2votes
2answers

"This file is currently not available for use on this computer"

I am hoping someone has had this issue before and can help me resolve. I was working on a company project. I had just finished up and needed to publish my project to the server. When trying to publish, I got the error "This file is currently not available for [...] read more
visual-studio-2012
1vote
1answer

Delete All The Offline Files That S.E.P. Is Filling Up My Hard Drive With?

I have a folder containing 120GB worth of files generated by S.E.P. (Symantec Endpoint Protection), and after some searching I found this Symantec KB article supposedly answering a similar issue. It suggests turning off S.E.P., then deleting the folder; my system administrator removed S.E.P., and we still could not delete [...] read more
windows-7
file-permissions
sep
0votes
4answers

Visual Studio - The "Copy" task failed unexpectedly

Using Visual Studio 2013, I have suddenly started getting this error when I build the solution: The "Copy" task failed unexpectedly. System.Runtime.InteropServices.COMException (0x800710FE): This file is currently not available for use on this computer. (Exception from HRESULT: 0x800710FE) at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode) at Microsoft.Build.Shared.NativeMethodsShared.ThrowExceptionForErrorCode(Int32 errorCode) at [...] read more
visual-studio
visual-studio-2013

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