I am trying to develope Umdf driver and i am completly naive to driver developement, I have taken a wdk sample code from following url :-
https://code.msdn.microsoft.com/windowshardware/Windows-Biometric-Driver-718005d7
I have changed the hardware id in the inx file and rebuilt the driver project and installed the resulting driver on a separate windows 7 pc. Driver got installed successfully but there is one error showing up :-
The device cannot start . (code 10)
Can anyone suggest what could be the possible thing i am missing ? I just want to test the drivers loading successfully.