Windows error 0x80070780, -2147022976

Detailed Error Information

CANT_ACCESS_FILE[1]

MessageThe file cannot be accessed by the system.
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 Code1920 (0x0780)

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

Questions

15votes
3answers

Python/python3 executes in Command Prompt, but does not run correctly

I've solved the issue and am posting to save others from my hours of pain. PROBLEM On Windows 10, Python is installed in C:\Python and added to Environment Variables, but will not properly run programs. Typing python myscript.py in CMD does not run the program but does not produce any [...] read more
python
windows
command
prompt
9votes
0answers

Assembly Binding Error: Unrecoverable error occurred during pre-download check (hr = 0x80070780)

I have a .NET 4.5 application that works and runs with no issues in most environments; however, one area of the application throws a runtime assembly reference error on some client machines: Could not load file or assembly 'System.Xml.Linq, Version 4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The file [...] read more
c#
.net
windows-10
.net-assembly
system.xml
1vote
0answers

AWS Windows 10 Error 0x80070780: The file cannot be accessed by the system

We have log files stored on one of our AWS machines, however, a significant amount of the log files have been corrupted without any clearly apparent reason. When trying to open/read/write/rename/delete the files, we are shown a windows error Error 0x80070780: The file cannot be accessed by the system and [...] read more
amazon-web-services
log-files
windows-10
files
corruption
1vote
0answers

Problems setting up WebDAV on CentOS

I'm trying to set up WebDAV on my CentOS 6.5 server which has Apache 2.2, and I'm having problems. I'm following this guide here: http://www.howtoforge.com/how-to-set-up-webdav-with-apache2-on-centos-5.5 I have verified that the required mod_dav.so and mod_dav_fs.so modules are enabled. I've created my virtual host entry, like so: <VirtualHost 11.22.33.44:80> SuexecUserGroup "#500" "#500" [...] read more
apache-2.2
webdav
centos6.5
0votes
2answers

WebDav put of application extensions fails

We have an IIS 6 server running a WebDav site. Users successfully connect and upload most files. The files they cannot upload are the ones that are mapped to extensions, such as PHP or ASP. I checked the verbs and tried adding PUT, but that still didn't allow users to [...] read more
iis
webdav
0votes
1answer

Cannot download from WebDav Error 0x80070780

I setup WebDAV on a Win10 machine (server). From another Win10 machine (client) I mapped to the server via "Add a network location" in windows explorer. This successfully created the connection. I can list files, upload files, create directories, see file attributes. However, when I attempt to download a file [...] read more
windows-10
webdav
0votes
2answers

Error 0x80070780 - The file cannot be accessed by the system. How can I delete this folder?

When I try to delete the folder named C:\Program Files\WindowsApps\FocusHomeInteractiveSA.APlagueTaleInnocence-Window_1.0.5.0_x64__4hny5m903y3g0 I get the error... > The file cannot be accessed by the system. I tried to fix the issue by doing the following things with no joy. Nothing seems to be able to get rid of the folder! So from [...] read more
chkdsk
safe-mode
dism
sfc
windows-10-v1909
0votes
1answer

Undeletable Symlinks in Windows

Started with an early version of Windows 10, tried the Fall/Creator edition, didn't like it (too many ads), rollback failed, reinstalled from from HD. Somehow, Windows.old got created, and in in it, two file entries are undeletable: SystemX64 and ProgramFilesCommonX64. Their names suggest they are symlinks to some obvious directories, [...] read more
windows
symbolic-link
0votes
1answer

Windows 10 error 0x80070780 on file delete

I have been locked out from my Windows 10 account. I created a dummy account for Microsoft and now I'm locked out of Windows 10. I've installed Windows 7 along with Windows 10 to regain control of Windows 10. I have also tried to regain control of Windows 10 by [...] read more
windows-7
windows
windows-10
0votes
1answer

recovering a windows home server (v1) hdd

I just had my windows homeserver (v1) die All im left with are 3 hard drives 2 of the drives show up as blank when I plug them into my usb sata reader the 3rd drive has 2 partitions system and Data In Data i can see all the files [...] read more
permissions
hard-drive
file-permissions
data-recovery
windows-home-server
-3votes
1answer

webdav, cannot create file 0x80070780

I have a webdav running on amazon ec2 ubuntu. There, part of the configuration allows myuser access to a folder. Alias /webdav/myuser /var/www/webdav/myuser <Location /webdav/myuser> DAV On AuthType Digest AuthName "webdav" AuthUserFile /etc/apache2/users.password Require user myuser </Location> But, trying to access from Windows 7, when I right-click to create a [...] read more
linux
ubuntu
amazon-ec2
windows-7
webdav

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