Zkemkeeper.dll not working after deploying, Class not registered?

后端 未结 1 774
猫巷女王i
猫巷女王i 2021-01-16 06:28

I am trying to integrate to ZKTeco bio-metric device with my web application. It\'s working absolutely fine but when I deploy application and try to connect with bio-metric

1条回答
  •  不思量自难忘°
    2021-01-16 06:55

    You must register zkemkeeper in every computer that will use your program, not just in the development environment.

    To register the zkemkeeper dll in both development and deployment computers, follow the steps provided in the solution of this post: Error when inserting finger print data into database table. When registering in deployment computers, avoid the steps related with the Visual Studio.

    You should also take a look to this document, it provides useful information to understand how zkemkeeper works: COM Class Objects and CLSIDs.

    Best regards.

    0 讨论(0)
提交回复
热议问题