Windows error 0x80070015, -2147024875

Detailed Error Information

NOT_READY[1]

MessageThe device is not ready.
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 Code21 (0x0015)

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

Questions

7votes
4answers

Unable to Use Bluetooth Mighty Mouse or Wireless Keyboard with Boot Camp

I have Windows 7 64-bit running on a MacBook Pro in a Boot Camp partition. I am trying to pair with my Bluetooth Mighty Mouse and Apple wireless keyboard under Windows, but whenever I try to do so, here's what happens: 1. While on the Add a device window, I [...] read more
bluetooth
boot-camp
4votes
3answers

Azure Compute Emulator Wont Start

For a while now my Azure Compute Emulator will not start. When I try, I receive the following error: Cannot create a file when that file already exists. (Exception from HRESULT: 0x800700B7) If I hit show detail I get the below message: System.Runtime.InteropServices.COMException (0x800700B7): Cannot create a file when that [...] read more
azure
visual-studio-2015
azure-compute-emulator
3votes
1answer

[ExpectedException(typeof(AnExceptionBaseException))]

I wrote a unit test in such a way that it should throw AnException or AnotherException, both deriving from AnExceptionBaseException. I then proceeded to add an ExpectedExceptionAttribute for the base exception, only to find that my test will still be marked as failed. > Test Name: Call_Should_Throw_If_Device_Is_Not_Ready Test > > [...] read more
c#
mstest
2votes
2answers

Microsoft Store failing to update or download

I'm having trouble with Microsoft Store. When I'm trying to update my apps, I get a failed error (0x80070015) and no update. I've come across the following article (https://answers.microsoft.com/en-us/windows/forum/windows_10-windows_store-winpc/windows-store-error-code-0x80070015/6e74a78a-1e18-4141-813b-031dac3a4d36) which seems to do no good. Short of re-installing Windows, does anyone have any experience or suggestions to remedy this problem? [...] read more
windows
windows-10
microsoft-store
2votes
1answer

Azure webroles recycle after configuration change despite handling the RoleEnvironment.Changing event and setting Cancel to false

When changing some of the configuration settings of a webrole, the RoleEnvironment.Changing event is triggered. As far as I understand it, if Cancel is set to false in the RoleEnvironmentChangingEventArgs, the role should not recycle and the changes are just accepted and should be applied as soon as the RoleEnvironment.Changed [...] read more
azure
azure-web-roles
2votes
1answer

SSIS Job using ADO.NET SQL Server only will not run in 64 bit, only 32 bit

I have a SSIS job I created in SQL Server 2008 R2. I have simplified it down to a ADO.NET source (SQL Server DB Table) and a ADO.NET SQL Server Destination (another table). As simple as I can get. The job just copies one table to another. I am running [...] read more
ssis
ssms
bids
1vote
2answers

Visual Studio 2010 Installation Error

During the VS2010 installation I got this message: > Error 1935. An error occurred during the installation of assembly "WcfSvcHost, > version="10.0.0.0", > publicKeyToken="31bf385ad364e35",processorArchitecture="MSIL",fileVersion="10.0.30319.1",culture="neutral". > > Please refer to Help and Support for more information. HRESULT:0x80070015. Do you know what could be causing this issue? Before installing Premium Edition, I [...] read more
installation
uninstall
visual-studio-2010
visual-studio
1vote
0answers

How to setup a notification for all error events of Backup and FileHistory-Core in Windows 10?

I had (in the past) multiple issues with the old Windows 7 Image Backup & Restore (0x8078015B, 0x8078014B, 0x80070015, etc.) and the Windows 10 Filehistory (Event 201 szett-bug, Event 204 full backup drive, etc.). My mums Windows PC failed creating backups for weeks because of a similar problem. I'm annoyed [...] read more
windows-7
windows-10
backup
file-history
1vote
0answers

Send sms using Mbn Api C#

I'm looking for a way to send Sms throught MbnApi using : http://msdn.microsoft.com/en-us/library/windows/desktop/dd323167(v=vs.85).aspx IMbnSms interface. But it's not working at all. I could not have a sample project to see how to do it. I'm coding on C# .Net Thx public class NaErrorHandling { public Dictionary<UInt32, string> Hresults { get;private [...] read more
c#
windows
sms
1vote
1answer

An error was encountered when processing operation 'Create Directory' on '%MY SERVICE ADRESS%'.

in fact i want to migrate my services from a server to another server ( Includes Services on IIS, IIS Settings , ... ) and for this wanted use IIS WebDeploy Feature. but When I want to Import my WebDeploy ( That is Exported from Main server ) Occur below [...] read more
webdeploy
0votes
0answers

Win 10 doesn't upgrade to November update or Redstone

I have an one year old ASUS laptop, which originally shipped with Win 8.1. When Windows 10 was released I upgraded without hassle to Windows 10. Trying to update to November update (Threshold-2) or more recently Redstone just doesn't work. The upgrade starts and finally Windows is restarting. Then after [...] read more
windows-10
windows-10-upgrade
windows-10-v1607
0votes
1answer

Windows installation (7, 8.1 and 10) fails on custom built new computer

I have just built a new computer, and I am now trying to install Windows on it, but it dosent seems to work at all. Here are my system specs: * Mobo: MSI A88X-G41 V2 * CPU: AMD A10 6700 * RAM: 8GB HyperX Fury 1600Mhz * GPU: ASUS GTX [...] read more
windows
installation
0votes
0answers

Error Creating New VMs using PowerShell

I'm struggling to create a new virtual machine on Hyper-V using a simple example from the help file. I can create VMs manually using the GUI but I was trying to learn how to do this using PowerShell but I'm getting the error below. New-VM -Name "base" -MemoryStartupBytes 1GB -NewVHDPath [...] read more
powershell
hyper-v
0votes
0answers

"The device is not ready" when writing or reading files

When I tried opening a file, there is always an exception "System.IO.IOException: 'The device is not ready." showing up: // reading var data = File.ReadAllText(@"D:\test.txt"); // writing File.WriteAllText(@"D:\test.txt", ""); My stack trace doesn't give any meaningful message: > System.IO.IOException occurred > HResult=0x80070015 > Message=The device is not ready. > > [...] read more
c#
.net
0votes
0answers

Web role stops immediately in azure emulator

I'm trying to get azure web role working in the emulator. I believe I and my colleague are using exactly the same setup. But it works on my machine but not on hers. Here is the setup: Visual Studio 2015 Community. Azure SDK 2.9.5. I've compared the logs, mine looks [...] read more
azure
azure-web-roles
azure-emulator
0votes
2answers

Emgu: Unable to load DLL. Device is not ready

I am currently working to get Emgu set up for use on my computer. I have Downloaded a 32 bit installation from sourceforge and installed it. I have created a console project and added the following dll's as references: - Emgu.CV - Emgu.CV.DebuggerVisualizers.VS2010 - Emgu.CV.GPU - Emgu.CV.ML - Emgu.CV.OCR - [...] read more
dll
installation
emgucv
0votes
1answer

"The device is not ready (Exception from HRESULT: 0x80070015)" error when using a ContactPicker in a HelloWorld Windows Phone 8.1 applcation

I'm trying to create a small WP 8.1 application that displays a ContactPicker as it starts. I'm using Visual Studio Community 2015 on Windows 10 Preview build 10532 to create the application. So, as soon as I create a Windows Phone Blank App, I add a button and this code. [...] read more
c#
windows-phone-8
contactpicker
0votes
2answers

Unable to schedule an ssis package WHICH RETRIEVES data from MYSQL

I've created an SSIS PACKAGE on machine X to retrieve data from MYSQL DB Query from machine Y and write to an SQLSERVER Destination Table which is on machine Z(compulsions since I am unable to connect to mysql from Z and X is the only machine which has navicat). The [...] read more
mysql
sql-server
ssis
mysql-workbench
xml-configuration

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