Windows error 0x80070016, -2147024874

Detailed Error Information

BAD_COMMAND[1]

MessageThe device does not recognize the command.
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 Code22 (0x0016)

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

Questions

0votes
1answer

Use a BLE keyring as smart button

I have a BLE keyring that has a button (and apparently also various sensors). I want my C# application to react to button presses. My issues: * I don't know which Characteristic I should subscribe to. * Even when subscribing to all characteristics notifications, the ValueChanged callback is never called. [...] read more
c#
uwp
bluetooth-lowenergy
gatt
0votes
0answers

Issue with video stream when header contains accept-ranges

I am trying to stream video from server with accept-ranges to allow users to change position on client-side video player (in my case jwplayer) When accept-ranges code is included client (jwplayer or opened only in chrome directly from url) plays about 15s normally and after it is every chunk asked [...] read more
c#
asp.net-mvc
video-streaming
0votes
2answers

WCF streamed response failing on large data

I'm currently experiencing an issue using WCF streaming to return a large set of serialized objects over the internet while hosted through IIS. I'm not sure if it is a network issue or a WCF issue, but the symptoms are hard for me to justify as network issues, as I'll [...] read more
c#
wcf
iis-7

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