Click here to Skip to main content
15,910,121 members

Comments by Member 11819551 (Top 1 by date)

Member 11819551 12-Mar-20 6:25am View    
Thanks KarstenK for your reply.

I have tried to compile UMDF 1 sample driver(https://github.com/microsoft/Windows-driver-samples/tree/master/biometrics).

I changed hardware Id in .inf file. I have made only this change and created driver package.

I have signed this driver and Adapter dll with self sign certificate.

I am able to install driver successfully. But when i check event log whether biometric unit is successfully created or not i observe below logs. i tried to solve this issue but not able to solve.

1. The Windows Biometric Service successfully created a Biometric Unit for sensor: MFS500 (USB\VID_2C0F&PID_1100\2213B3EA4270)

The sensor's mode is "Basic," its pool-type is "System," and it's isolated in a "Local System" process.

See the "Details" pane for additional information about the sensor's new configuration.

2. The Windows Biometric Service failed to transfer private sensor type information to the matching engine: MFS500 (USB\VID_2C0F&PID_1100\2213B3EA4270).

The "Sensor Adapter" failed with error: 0x80098036

See the "Details" pane for information about the failing configuration.

3. The Windows Biometric Service failed to load an adapter binary: C:\WINDOWS\SYSTEM32\WINBIOPLUGINS\ENGINEADAPTER.DLL.

The module was not properly signed.