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
I am getting an error: Runtime Exception e = java.io.IOException: Cannot run program "pcsc.SCardTransmit(cardHandle,": CreateProcess error=2, The system cannot find the file specified See the code below. Anybody know how I should create the command used in the Runtime statement? //Code snippet showing the command that causes the message String [...] read more