novotnyllc / MiFare

MiFare Classic support for UWP and Windows Desktop apps
MIT License
37 stars 29 forks source link

Runtime error System.EntryPointNotFoundException: 'SCardListReadersA' #11

Open pkar70 opened 5 years ago

pkar70 commented 5 years ago

Maybe some version mismatch in package 1.0.0.0, but I cannot use last version (as it shows message that it requires newer Win10 version (16299) than my phone can support (15254)).

Error in sample MiFareReader.UWP, file MainPage.xaml.cs, GetDevices method, line: Reader = await CardReader.FindAsync();

Runtime error System.EntryPointNotFoundException: 'Unable to find an entry point named 'SCardListReadersA' in DLL 'WinScard.dll'.'