Click here to Skip to main content
15,917,328 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
friends please help out this error

here when im connecting the biometric device this error was raised ,

COMException was caught:

Retrieving the COM class factory for component with CLSID {71944DD6-B5D2-4558-AD02-0435CB2B39DF} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
Posted
Updated 15-Dec-13 23:09pm
v2

1 solution

There is no class registered on that machine with that CLSID. I think you simply forgot to install the software that came with the device. Often you can install additional software that is included on the driver disk, which also includes components and classes for controlling the device using custom software. Maybe it even got a redistributable package of it. Check it out.

Good luck!
 
Share this answer
 
Comments
Timberbird 16-Dec-13 5:50am    
Good explanation. I'll also add a result of quick Googling by CLSID: they mention Fingerprint SDK and a license in this topic, OP could check it out

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900