本文介绍了COMException被抓住了的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友请帮忙解决这个错误



这里当我连接生物识别设备这个错误被提出时,



COMException被捕获:



由于以下错误,检索具有CLSID {71944DD6-B5D2-4558-AD02-0435CB2B39DF}的组件的COM类工厂失败: 80040154未注册类(HRESULT异常:0x80040154(REGDB_E_CLASSNOTREG))。

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)).

推荐答案


这篇关于COMException被抓住了的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-17 08:47