Windows error 0x80070570, -2147023504

Detailed Error Information

FILE_CORRUPT[1]

MessageThe file or directory is corrupted and unreadable.
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 Code1392 (0x0570)

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

Questions

19votes
13answers

Error 0x80070570: How to delete corrupted and unreadable file?

On my system partition I have a folder which cannot be deleted. This folder has been created by restoring files from an Acronis TrueImage backup. The error message says: > Error 0x80070570: The file or directory is corrupted and unreadable. I already tried running chkdsk /r /f when booting several [...] read more
windows-7
filesystems
ntfs
corruption
8votes
11answers

How to fix error "Could not load file or assembly 'Microsoft.VisualStudio.Web" in Visual Studio 2015?

I'm working on a project while the project is working fine. But after re-installed the Visual Studio my project is not loading. Giving this error: > D:\UOSGC\Final\Banquet_Events_System\UI\UI.csproj : > > error : Could not load file or assembly 'Microsoft.VisualStudio.Web, > Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of > its dependencies. The [...] read more
c#
asp.net
visual-studio
visual-studio-2015
8votes
1answer

Cannot delete a file. The file or directory is corrupted and unreadable

I have a file on my laptops SD card. I use the SD card as an extension of my hard drive. When I try to delete this file (.jpg) I get the following error message > Error 0x80070570: The file or directory is corrupted and unreadable. A quick Google search [...] read more
windows-10
sd-card
7votes
2answers

Including .NET installer in WiX Bundle not detecting if already installed

I'm on WiX 3.7, and I can't get the simple <PackageGroupRef Id="NetFx40Web"/> bundle element to work, as it doesn't bring across the Net FX installer package, or embed it in the setup.exe. I've resorted to creating my own package for this in my Bundle.wxs file, but I am still having [...] read more
wix
bootstrapper
wix3.7
6votes
4answers

Troubleshooting an mysteriously unstable machine

I have a machine with a Core i7 CPU, 12 GiB of memory, 4 hard drives and a graphics card/sound card (both add-in PCI-E). This machine is somehow unstable, and I'm wondering how to troubleshoot the remaining issues. Originally, the machine had an ASUS P6T SE mainboard and a 8800GT, [...] read more
windows
troubleshooting
bsod
hardware-failure
5votes
2answers

How do I extract a user stream from a WinDbg extension?

I have embedded a custom stream in a dump (i.e. passed the UserStreamParam argument to MiniDumpWriteDump function). Now, I'm trying to extract the stream from a WinDbg extension. (Note that I have verified that I can retrieve the stream using the MiniDumpReadDumpStream function). I'm using the IDebugAdvanced2::Request method with DEBUG_REQUEST_READ_USER_MINIDUMP_STREAM [...] read more
c++
com
windbg
dbgeng
3votes
1answer

windows 7: Event 55 The file system structure on the disk is corrupt and unusable

Here is a real bad one! Windows 7 RTM with SP1 installed [Version 6.1.7601]. Recently tried to delete some folder on my hard drive and Windows prompted "Error 0x80070570: The file or directory is corrupted and unreadable", and at the same time placed an Event 55 describing "The file system [...] read more
windows-7
ntfs
chkdsk
3votes
3answers

Problems installing any type of Windows

When trying to install Windows 7 x64 on a new PC with a formatted hard drive I get the following error when extracting files: > Windows cannot install required files. The file may be corrupt or missing. > Make sure all files required for installation are available, and restart the [...] read more
windows
hard-drive
64-bit
installation
2votes
2answers

Error viewing xperf ETL file on another machine

I have a machine with Windows 8.1 and the ADK (xperf 6.3.9600) installed. I have another machine with Windows 7 SP1 and the 8.1 ADK (xperf 6.3.9600) installed. If I use xperf to generate a trace on the 8.1 machine, I cannot load that trace on the Win7 machine; it [...] read more
performance
windows-8
xperf
windows-performance-analyzer
2votes
1answer

Unspecified error when trying to install SSDT

I'm trying to install SSDT but I get the below error, for both versions of SSDT, either 2017 or 2015. I did some research and someone said that it might be from the default browser and IE was blocking downloading the files. Changing to Firefox did not solved my issue [...] read more
sql-server
sql-server-data-tools
2votes
2answers

Bundle invalid payload reason: 0x80070570

Wix 3.6. I'm trying to run a bundle : <Bundle Name="Setup" Version="1.0.0.0" Manufacturer="Bentley" UpgradeCode="37d68094-0b98-4b16-bfbe-7f0d3015064a"> <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" /> <Chain> <MsiPackage SourceFile="path/to/MyMsiFileWhichIsFine.msi" Cache="yes" Compressed="no" InstallCondition="1"/> </Chain> Result from execution : 0x800b0109 A certification chain processed, but terminated in a root certificate which is not trusted by the trust provider. The log file [...] read more
installation
wix
bundle
sign
bootstrapper
2votes
2answers

Windows 10 Home Installation on Asus Z170 pro gaming motherboard

I am having trouble installing Windows 10 Home edition 64bit on my new custom built PC. The motherboard is the Asus Z170 pro gaming. This is my second time building a PC an my first time building it completely by myself The complete parts list is here https://pcpartpicker.com/list/Nxm6yf Every time [...] read more
windows-10
installation
bios
hardware-failure
computer-building
2votes
3answers

Error Code Windows 8: 0x80070570

When I try to create a directory or file in my Windows 8 system in the C drive, it pulls up this: "An unexpected error is keeping you from creating the folder. If you continue to receive this error, you can use the error code to search for help with [...] read more
windows-8
2votes
1answer

Windows 7 Installation Fails at 7% Extraction on Dell

Alright, before I begin I want to clarify some points so no one wastes their time giving solutions that have already been addressed and haven't worked: 1. I am aware that this is a common error (0x80070570) on Dell machines. 2. I have changed the settings in the BIOS as [...] read more
windows-7
installation
windows-installation
dell-xps
1vote
0answers

VS Community - Cannot run a simple console application: Could not load file or assembly ‘System.Reflection.Metadata'

I’ve installed Microsoft Visual Studio Community 2019 Version 16.9.4 and tried to create a simple console application to print “Hello World”. If I run the app with dotnet run from the Windows Command Prompt, it will run successfully, but opening the project in VS and trying to start the console [...] read more
visual-studio
visual-studio-2019
badimageformatexception
visual-studio-2017-build-tools
1vote
1answer

OmniSharp: Could not load file or assembly System.Threading.Tasks.Dataflow, Version=4.6.3.0

Please help me out, I'm ripping out my hair over here. I start up VS Code and I get this. What is going on? I just want to get my work done. I tried looking it up but I don't understand anything, it was working fine some days ago. I [...] read more
c#
visual-studio-code
omnisharp
1vote
1answer

Could not load file or assembly 'System.Data.DataSetExtensions, Version=4.0.0.0PublicKeyToken=b77a5c561934e089' or one of its dependencies

Error Description: > Could not load file or assembly 'System.Data.DataSetExtensions, > Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of > its dependencies. The file or directory is corrupted and unreadable. > (Exception from HRESULT: 0x80070570)' > > Assembly Load Trace: The following information can be helpful to determine why > the assembly [...] read more
sql-server
visual-studio
entity-framework-6
visual-studio-2017
sql-server-2014
1vote
0answers

Fail to load any of the projects in a solution

Yesterday I opened the solution and everything was OK. Today I tried opening it and I'm getting the same error for all the projects: > error : Could not load file or assembly 'Microsoft.Internal.Tasks.Dataflow, > Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of > its dependencies. The file or directory is corrupted [...] read more
visual-studio-2012
.net-framework-version
1vote
1answer

Cannot clean install windows 10, getting weird error(s)

I've "googled" this, error # and message alike. I'm really confuse at what to do... So got new ssd instead of HDD. I download Windows 10 Education off Microsoft Imagine website: Concordia University - ECS - Microsoft Imagine Premium which I use the .iso to flash my USB using rufus [...] read more
windows-10
boot
installation
ssd
1vote
1answer

Installing Ubuntu with secure boot on and no way to disable it?

I don't have any OS installed. I wanted to install Win10 but it failed with error code 0x80070570 during install. Now, I want to go back to Ubuntu but I am not able to (Only Unetbootin screen shows with a 'Default' option, and no way to move forward). When I [...] read more
boot
uefi
unetbootin
secure-boot
1vote
0answers

WiX installer fails with Error 0x80070570: Failed to extract all files from container, erf: 1:4:0

I have created an MSI installer bootstrapper (so .exe) with WiX, it works on my computer (Windows 7) but when executed on another Windows 7 computer it fails with: [1688:1078][2016-01-11T02:21:25]i001: Burn v3.8.1128.0, Windows v6.3 (Build 9600: Service Pack 0), path: C:\TheCorp\MyApp.exe, cmdline: '-burn.unelevated BurnPipe.{8CBF07E2-8344-4B12-B6EF-849AFF20A241} {15F194D4-BB1E-45C9-AFC6-DE29F3F5FBD4} 3364' [1688:1078][2016-01-11T02:21:25]i000: Initializing string variable [...] read more
windows-7
windows-installer
wix
1vote
4answers

Installation Error 0x80070570 while installing Windows 7

I'm trying to install Windows 7 on my computer and am continuously getting the error code 0x80070570 when installation gets to around 77%. I have tried using around 7 DVDs of the 64-bit version, all showing the same problem. read more
windows-7
windows-installation
1vote
3answers

error 0x80070570 on installation of Windows 8

Recently my friend tried to install Mac OS Mountain lion and Lion on my PC and everything was fine, but I decided to go back and use Windows on my PC since I have Macbook Pro already, but the problem occur that when I'm trying to install Windows 8 on [...] read more
windows-8
installation
1vote
2answers

I just destroyed the booting software?

Yesterday i decided to change my windows 8.1 for windows 7 for unexplainable reasons.. I just did it. So i ISOed an USB and bla bla till the point where you chose in what partition you install windows. In this section you can clean (format? Sorry im not english) delete [...] read more
boot
chkdsk
1vote
0answers

Win. 8.1: How to fix bug causing disassociated files, dysfunctional programs, corrupt system restores, etc

This morning, my computer (an Alienware Aurora R4, about 9 months old and running Windows 8.1) experienced its first crash. I don't quite remember the name of the error presented, but I can say with confidence that the string started with "DRIVER". Ends up that I had an Intel driver [...] read more
windows
windows-registry
crash
1vote
0answers

Windows Backup failing due to false folder reference

I have setup Windows Backup on Windows 7 64 bit. The backup copies files from the C drive (and the system image) to a network location. There are NO references to other drives when I go through the Backup settings. Problem is that the job fails with the error The [...] read more
windows-7
windows-backup
1vote
0answers

Cannot rename a file containing spaces and special characters on NTFS partition from Linux

I have both Windows 7 and Kubuntu installed on a computer. They both have access to a NTFS partition. I don't know how that happened, but I now have a directory containing weird characters: Bases de données, on this partition. The proper name should be Bases de données. When I [...] read more
windows-7
linux
ntfs
file-management
ntfs-3g
0votes
3answers

Workstation is not accepting image

I am in the process of a Win 7 migration using MDT and the last workstation is having a problem reimaging. I am getting an error message saying the installation was canceled windows cannot not install, make sure all files are available before starting installation. We tried reimaging the workstation [...] read more
windows-7
imaging
mdt-2010
0votes
0answers

Appx file can't download because of this problem

Common::Deployment::MsixvcStagingSession::GetManifestReader in MsixvcStagingSession failed with error 0x80070570. (0x80070570) read more
appx
0votes
0answers

Error while trying to install SQL Server Management Studio 2016 (version 17.3)

OS: windows 8.1 enterprise, 64 bit (download link) I've successfully installed SQL Server itself, except the SDK which had a similar error. While installing the package of SSMS, I get an error prompt and the action fails (same error appears in below log file). The same error occurs when I [...] read more
sql-server
ssms
0votes
0answers

Python 3.7 Virtual Environment corrupted filesystem

Weird issue and hard to explain, but maybe anyone has a clue: I work on a python tensorflow application. My setup is: * Python 3.7.8 * PIP 20.2 * Windows 10 * PyCharm 2020.1.3 * CUDA 10.1 I created a venv using standard built-in functionality of PyCharm. Everything was running [...] read more
python
pycharm
virtualenv
0votes
0answers

Unable to delete directory: F:\AS_Pro\Grocehop\app\build\intermediates\classes\debug\android\support\graphics\drawable\animated

The animated folder contains three class files:R$dimen.class, R$drawable.class, R$id.class. 1. Tried rebuilding the project..it did not work. 2. While i tried gradlew clean from the terminal..it could not delete. 3. Went to the folder location and tried deleting it manually..it displayed a dialog box with an error "Error 0x80070570: the [...] read more
java
android
android-studio
gradle
android-gradle-plugin
0votes
1answer

Could not load file or assembly 'System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies

I am getting an error when I try to access log in page in MVC web application. Things which I was done: 1. Re-Install Visual Studio 2017 2. Re-Install Entity Framework 3. Create new projects on all directories for testing. 4. Add references of system.data.entity The error: > Could not [...] read more
c#
asp.net-mvc
entity-framework
0votes
0answers

Package Manager Console not opening

When ever i try to open package manage console from my visual studio 2017(Community) it will give me following error. Could not load file or assembly 'System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The file or directory is corrupted and unreadable. (Exception from HRESULT: 0x80070570) read more
asp.net-core
migration
package-manager-console
0votes
0answers

Web Application not running

I have reinstalled Visual Studio, but MVC Application give this error. This is the error I am getting. > Server Error in '/' Application. > Could not load file or assembly 'System.ServiceModel.Activation, > Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of > its dependencies. The file or directory is corrupted and unreadable. [...] read more
c#
.net
visual-studio
0votes
1answer

Visual Studio 2013, TFS 2010 - 0x80070570

My Visual Studio 2013 on Windows 10 has started throwing errors when trying to view work items in tfs (2010). I can view, download and open source code. Not a lot on mother google for this error. Things i have tried 1. Connecting / disconnecting from tfs 2. Deleting registry [...] read more
visual-studio
visual-studio-2013
tfs
0votes
1answer

Error cleaning or building project on Android Studio

I receive this message when I clean or build my project on android studio > Error:Execution failed for task ':app:clean'. Unable to delete directory: > C:\bt\CatedralVerano\app\build\outputs\apk I search on severals post and nothing work I tried to delete the directory and I receive an error message with this code > [...] read more
android
android-studio
build
0votes
1answer

The file corrupted error in building Windows Universal Store App

I am getting following error for all xaml files after building Windows Universal Store App The file or directory is corrupted or unreadable. (Exception from HRESULT:0x80070570) Should i reinstall some SDKs? read more
visual-studio
visual-studio-2013
windows-store-apps
win-universal-app
0votes
1answer

Visual studio 2010 IDE not starting

I have visual studio 2010 installed and working but just after re-starting my system i am not able to start development environment - I am getting following error - Could not load file or assembly 'Microsoft.VisualStudio.Shell.UI.Internal,Version=10.0.0.0,Culture=neutral,PublicKeyToken= b03f5f7f11d50a3a3 or one of its dependencies.The file or directory is corrupted and unreadable (Exception [...] read more
c#
windows
ide
0votes
2answers

Debugging an AccessViolation in .NET app on a WinCE device using WinDbg

I'm debugging a crash on a client's .NET 2.0 WinCE (6.0) application. I've pulled the .kdmp from the device and opened in in WinDbg, but to be honest I don't know quite what I'm looking for. I can see that it is an Access Violation taking down the app, but [...] read more
.net
compact-framework
windows-ce
windbg
0votes
0answers

Octave (GUI): after Windows-10 standby + wake-up, saving an open m-file changes name to \<unnamed\> and loses its file connection

Octave 6.1.0 (GUI) I had a data loss that was caused by this. But knowing about it now, it will not happen to me again: After saving the active Octave file, leaving Octave editor and the file opened, then standby and wake-up, the file in the Octave editor window shows [...] read more
windows-10
file-management
standby
octave
data-loss-prevention
0votes
1answer

Windows 8.1 installation on non-UEFI machine fails with error 0x80070570

I am trying to install Windows 8.1 on a clean (formatted) partition on an older non-UEFI-PC (BIOS is from 2008), but it keeps giving me the error: Windows cannot install required files. The file may be corrupt or missing. Make sure all files required for installation are available and restart [...] read more
usb
windows-8.1
installation
bios
0votes
2answers

error code 0x8007057 windows cannot install required files

When I start the installation proccess on my laptop it shows me the error code 0x80070570 with the message saying Windows cannot install required files. Please I really need help I was trying to fix this about 9 hours and still did not find any solution. read more
windows-7
0votes
2answers

installing windows on a new SSD hard drive

I've purchased a new SSD hard drive for my laptop. I put the SSD into the HDD's place and put the HDD into the DVD rom place. at first there was no problem, the computer detected both of them and they were listed in the boot option. when I tried [...] read more
boot
ssd
windows-installation
0votes
1answer

bluescreen Page_Fault_in_non_paged_area after windows login

One PC in our office suddenly got bluescreens when trying to log into windows user, after entering password when windows was loadinng. The Bluescreen error message was > Page_Fault_in_non_paged_area I took out each of the rams and tested with only one of them. got the same error with both of [...] read more
windows-10
hardware-failure
bluescreenview
0votes
0answers

Error 0x80070570 while installing Windows 10

I'm following this answer to install Windows 10 on a new drive. I created a bootable USB drive using the Win10_1803_English_x64.iso image, once with WoeUSB, and once manually, but the installation failed each time. The result was the following error message at around the 10% mark: Windows cannot install required [...] read more
windows-10
multi-boot
windows-installation
0votes
1answer

Windows Defender made all my documents "corrupt and unreadable" (0x80070570)

I read some stuff online about cryptocurrency mining and wanted to give it a go, so I downloaded a miner which I know to be trustworthy called XMR-Stak. I downloaded it from the official GitHub page, no shady websites or anything. Chrome flagged up a warning, but from what I've [...] read more
windows
windows-10
anti-virus
filesystem-corruption
windows-defender
0votes
1answer

I can't copy EDITORCONFIG file to other directories

I already created a directory with .html and .css files. Now I want to copy all the files in this directory from my USB key to another USB key, but I've a problem with the .editorconfig file (EDITORCONFIG). I can't copy it to another key, or to other directories on [...] read more
windows-10
html
0votes
1answer

Windows 10 Installation - Missing required files and Blue Screens (0x80070570)

Issue: I am trying to fresh install Windows 10 to my fully unallocated Samsung 950 NVMe drive, with every attempt at around 9-10% it either errors out with Error code: 0x80070570 saying Windows cannot install required files. The file may be corrupt or missing. Make sure all files required for [...] read more
windows-10
memory
bsod
windows-installation
windows-10-v1703
0votes
0answers

Win 10 install failing with 0x80070570

Just putting together a new build and trying to install windows 10 but getting 3% into coping files and getting the message "Windows cannot install required files. The file may be corrupt or missing..." 0x80070570 I'm installing from a sata dvd drive and the primary boot drive is the 950 [...] read more
windows-10
installation
operating-systems
m.2
nvme
0votes
1answer

Windows 7 will not install

Last weekend I was having black screens and I figured I was due for a reinstall anyway. The install starts normally and at every attempt at 50% I get this error: > Windows cannot install required files error 0x80070570 The file may be corrupt > or missing.. Make sure all [...] read more
windows-7
installation
0votes
1answer

How to recover corrupted c drive in windows 8?

I have been troubled by this problem for month. Once the OS starts, or several minutes after its starting, disk C will become unavailable and I can no longer do any read or write operation in C disk, which means most applications will fail to work normally. For example if [...] read more
windows-8
hard-drive
filesystem-corruption
0votes
1answer

Various failures while trying to install WIndows 8.1 on fresh computer

I can't install windows 8.1 on fresh clean hard drive. In fresh install if I am selecting empty space to install Windows to, it starts installing, goes to 27% and fails with error 0x80070570 (unable to install file). If in fresh install, I am selecting "Create" option to create partition [...] read more
windows-8
partitioning
installation
0votes
1answer

Windows 64 bit install error

I was trying to (clean) install Windows 7 64bit, but after "Copying Installation files", about 65% i got the following error: "0x80070570: Windows cannot install required files error..." . i found some description about this poblem,so I tried different things like: * changing memory modules, or using just one slot [...] read more
windows-7
windows-8
64-bit
bios
0votes
1answer

Windows 7: After reinstall, other partions remain write protected

After reinstalling Windows 7 (format and reinstall on C:\), I cannot copy files (from e.g. USB sticks) to the other partions made with the first Win 7 installation. Removing the read attribute doesnt help, and I cannot find any solution. With Windows Explorer I get an error Error 0x80070570: the [...] read more
windows-7
-1votes
1answer

Windows cannot install required files. The file may be corrupt or missing. (0x80070570)

My computer started failing to boot this morning, so I tried to reinstall Windows 10. Every time I try to install Windows, I get this error message during installation: > Windows cannot install required files. The file may be corrupt or missing. > Make sure all files required for installation [...] read more
windows
windows-10
windows-installation
-1votes
1answer

Windows 10 showing error on installation

I was going to install Windows 10 version 1511 using the iso which i downloaded directly from the windows's website. But after the windows installer completed copying files and started the install it suddenly showed an error saying: > Windows cannot install required files. The file may be corrupt or [...] read more
windows-10
windows-installation

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