我正在使用 ZKTEco 的 Standalone SDK 作为指纹扫描仪。我需要添加一些自定义功能。
我已经下载了 SDK 以及 Demo 项目。现在,当我尝试构建 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
我该如何解决这个问题?任何帮助,将不胜感激。
谢谢