Windows error 0x80100066, -2146434970

Detailed Error Information

SCARD_W_UNRESPONSIVE_CARD[1]

MessageThe smart card is not responding to a reset.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode16 (0x010)
NameFACILITY_SCARD[2][1]
DescriptionThe source of the error code is the Smart-card subsystem.[2][1]
Error Code102 (0x0066)

Questions

2votes
1answer

The smart card is not responding to a reset

I have been working of the read / write operation of smart cards, I believe my card is sle_4428 and I am using HID OMNIKEY 3121 USB Card Reader. The problem is that when I enter card in card reader my program responds as the smart card is not responding [...] read more
smartcard
smartcard-reader
pcsc
1vote
1answer

Trouble Converting Smart Card Program to UWP

I'm working on converting what was originally a web forms .NET application to UWP. The application is for using company-issued badges to record meeting attendance instead of our current paper sign in sheets. The original program uses an Omnikey 5427 CK in keyboard wedge mode and has no problems. For [...] read more
uwp
raspberry-pi
smartcard
windows-10-iot-core
smartcard-reader
-2votes
1answer

Omnikey 5421 can't read SLE4442

I have contact SLE4442 smart card (2W) and Omnikey 5421 smart card reader. My problem is with connection to card. WinSCard's method SCardConnect returns error SCARD_W_UNRESPONSIVE_CARD 0x80100066. What is interesting this problem not exist with Omnikey 5321 (predecessor 5421). I post code that I used to test read of data [...] read more
delphi
smartcard
winscard

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