Windows error 0x80070013, -2147024877

Detailed Error Information

WRITE_PROTECT[1]

MessageThe media is write protected.
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 Code19 (0x0013)

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

Questions

5votes
2answers

Problems with Volume Shadow Copy on Windows 7

I am having a problem with Volume Shadow Copy on my Windows 7 Ultimate PC. Basically, I cannot use any program that relies on Volume Shadow Copy as they always fail (including Windows Backup) with a whole list of errors (depending on the program). For example, when I run Windows [...] read more
windows-7
vss
3votes
3answers

Can't Install Win2k8 On KVM - Classic 0x80070013 error

I am trying to install Win2k8 Std as a KVM guest on Debian Squeeze. As you can see from these screen shots; 1. No drives are detected (I have blanked out a 20GB image for testing) - screenshot1 2. I am using this driver CD: - screenshot2 3. I have [...] read more
windows-server-2008
kvm-virtualization
drivers
3votes
1answer

Unit Tests Failing on Visual Studio Team Services Build runner due to write permissions?

I have a build that is running on the Visual Studio Team Services and it runs a suite of XUnit tests that all pass on my local computer. The error has to do with loading a c++ dll (Interface.dll) that is referenced in my project. When they are run on [...] read more
c#
visual-studio
tfsbuild
xunit
azure-devops
2votes
0answers

How to write the physical sectors of a BitLocker-encrypted volume?

I call CreateFile() and I open \\.\PhysicalDrive0, then I read the sectors of a BitLocker-encrypted volume, and everything works fine. This way I create a backup copy of the physical (encrypted) sectors of a volume that is encrypted with BitLocker. Then, I call CreateFile() again and I open \\.\PhysicalDrive0 again, [...] read more
windows
winapi
filesystems
bitlocker
sector
2votes
2answers

Azure Cloud Service Crashing (SDK 2.0, OS Fam: 3)

We have quite a large and complex MVC3 project running in .NET 4.0 in Azure. The symptoms we are experiencing is that the site becomes unresponsive and then crashes. When we go to the management portal, all are instances are in the state 'Stoppped'. From what I understand this is [...] read more
.net
asp.net-mvc-3
iis
azure
azure-cloud-services
1vote
2answers

Unable to deploy web app from Visual Studio

I'm trying to deploy an Azure web app using Visual Studio, but am receiving the following error. I've deployed this app and many others without problems in the past. Web deployment task failed. ((5/3/2016 9:40:16 PM) An error occurred when the request was processed on the remote computer.) (5/3/2016 9:40:16 [...] read more
visual-studio
azure
azure-web-app-service
0votes
0answers

System.IO.FileLoadException: 'Could not load file or assembly 'System.Data, Version = 4.0.0.0, Culture = neutral,. The media is write protected

I use one C++ application, and it loads a clr c++ dll which loads C# dll. This C# dll belongs to a C# application. The C++ application calls an interface which will finally enter the C# dll (this interface will be called multiple times during PC is running). When PC [...] read more
c#
c++

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