交互操作.Zkemkeeper如何连接c#
本文关键字:连接 何连接 互操作 Zkemkeeper 交互 | 更新日期: 2023-09-27 18:13:19
我有一个生物识别设备连接c#项目。
AxInterop.zkemkeeper.dll
Interop.zkemkeeper.dll
Interop.ZKFPEngXControl.dll
zkemkeeper.dll
我添加到我的项目并尝试连接设备。
当我创建对象"CZKEMClass"这个类得到错误
我代码:类型为"System.Runtime.InteropServices"的未处理异常。WindowsFormsApplication1.exe出现COMException
附加信息:为CLSID为{00853A19-BD51-419B-9269-2DABE57EB61F}的组件检索COM类工厂失败,由于以下错误:
public zkemkeeper.CZKEMClass axCZKEM1;
private bool bIsConnected = false;
private int iMachineNumber = 1;
public Form1()
{
InitializeComponent();
axCZKEM1 = new zkemkeeper.CZKEMClass();
}
我通过将项目构建更改为平台目标:x86来修复相同的错误
- 打开项目设置
- 点击Build> General
- 然后将平台目标设置为x86