Windows error 0x8010000B, -2146435061

Detailed Error Information

SCARD_E_SHARING_VIOLATION[1]

MessageThe smart card cannot be accessed because of other connections outstanding.
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 Code11 (0x000b)

Questions

2votes
1answer

Node smartcard throw SCardConnect error while scanning the card and SCardListReaders error after disconnect

I am also using angular and electron, but everything worked fine previously. This is the error: Error: SCardConnect error: SCardConnect error: The smart card cannot be accessed because of other connections outstanding. (0x8010000b) After the first time scanning a card, it no longer throws error and works fine reading cards [...] read more
javascript
angularjs
node.js
electron
smartcard
1vote
3answers

Cannot access Smart Card at first attempt, any other is successful

I have a trouble with PCSC Reader and Smart card. I am not able to access the card with my GUI application. It works like a charm in the console example app. I receive Exception: SCard.Connect Error 0x8010000B: The smart card cannot be accessed because of other connections outstanding! A [...] read more
c#
smartcard
pcsc
gemalto
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

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