【发布时间】:2018-12-29 12:41:35
【问题描述】:
我正在使用 ZKTEco 的 Standalone SDK 作为指纹扫描仪。我需要添加一些自定义功能。
我已经下载了 SDK 和演示项目。现在,当我尝试构建 Demo 项目时,出现以下错误
"Severity Code Description Project File Line Suppression State
Error CS1061 'CZKEM' does not contain a definition for 'SetUserValidDate'
and no accessible extension method 'SetUserValidDate' accepting a first
argument of type 'CZKEM' could be found (are you missing a using directive
or an assembly reference?)"
我在我的项目中引用了zkemkeeper.dll 文件。我在 Windows 10 上使用 VB 2017。我试图寻找Embed Interop Types 属性,但我在zkemkeeper 的属性中找不到它
我该如何解决这个问题?任何帮助将不胜感激。
谢谢
【问题讨论】:
标签: visual-studio interop zkteco zkemkeeper