标签: c# .net smartcard smartcard-reader
我正在尝试使用智能卡。我正在使用一堆库。当智能卡库尝试创建实例时,它会给我这个错误:“c_initialize - 此对象未连接到模块”。我在.net中使用了winform和web表单应用程序。该行弹出错误:
Pair<long, CardType> slotAndCardType = SmartOp.getSlotAndCardType(terminal);