01-18-2017 07:59 AM - edited 01-18-2017 08:02 AM
We are receiving this error from one of our systems where we are using a USB scanner (for scanning bar codes) and this error doesn't let application go ahead as it is designed. User has to kill the application from task manager and restart. Please refer attached image.
Regards,
Gorakh
01-18-2017 08:27 AM
My first thought is, if your scanner will allow it, to use the keyboard emulation (I know this is not the correct terminology) from the scanner. Then you just put the focus on a string control and when the user scans something, you can pick on on the value change. You can also watch for the keydown.
Otherwise, it is sounding like there is an error in the USB iterface. Maybe Windows is using its power-saving "feature" and shutting down the USB hub on you. This can be fixed in the Device Manager.