My system was working fine but now my any application is not detecting the smart card reader ( SCM Microsystem) attached in the system while it is displaying in device manager.
Here I tried to get the exact error with trying C++ code (winscard.h) to connect the reader,
reader_status = SCardListReadersA(hContext, NULL,(LPSTR) &szReaders, &dwReadersSz);
and here it is giving error - 0x8010002e
Is there any advice here
It seems it was happening because of wrong registry values.I thought to share my work for other one. What I tried is :-
restart the system and it worked.
found solution here
User contributions licensed under CC BY-SA 3.0