Fingerprint reader service
This repository has been archived on 2019-05-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Ernesto Abarca ffbcfb374b Cambiar de 1000 a 5000 el min de registros a borrar por defecto 2019-05-20 10:58:56 +00:00
LectorVerdnatura Cambiar de 1000 a 5000 el min de registros a borrar por defecto 2019-05-20 10:58:56 +00:00
.gitignore Log se actualiza en tiempo real incluyendo errores SQL 2018-07-31 12:29:17 +02:00
LectorVerdnatura.sln Version final funcional v2 2018-07-26 16:16:13 +02:00
LectorVerdnatura.suo Version final funcional v2 2018-07-26 16:16:13 +02:00
README.md Añadidas nuevas DLLs, aun sin probar 2018-08-06 11:10:22 +02:00
ServiceLector_2014.zip Archivos de servicio web encontrado en IIS de \\WINDOWS 2019-04-10 13:56:55 +00:00
ServiceLector_2017.zip Archivos de servicio web encontrado en IIS de \\WINDOWS 2019-04-10 13:56:55 +00:00
codigo webservice lector.zip Codigo fuente del servicio web 2019-04-16 08:29:55 +00:00
codigo webservice lector2014.zip Codigo fuente del servicio web 2019-04-16 08:29:55 +00:00

README.md

Existen dos versiones de librerias/SDK:

\Old SDK DLL\ La aplicacion esta probada que funciona con estas \NewSDK\ Las usadas por ZKAccess 3.5 que deben ser mejores pero no testeadas

*** Si ambas librerias estan instaladas a la vez pueden surgir conflictos de sincronizacion y corrupcion de datos *** Especialmente si la instalacion manual instala las antiguas DLL en una carpeta de DLLs de mayor prioridad de busqueda que las nuevas DLL.

En algun momento se deberia probar el nuevo SDK y olvidar el viejo.

Documentacion de instalacion del antiguo SDK: https://www.zkteco.eu/index.php/faq-category/sdk/registering-sdk

=================================================================================================================

  1. I am using 32 bit windows XP, how can i register the Standalone SDK?

Posted on 2/1/12

Copy all sdk *.dll files to %windir%\system32 folder , and then run cmd.exe ,enter the following command:

regsvr32.exe %windir%\system32\zkemkeeper.dll

If you want to unregister sdk , run cmd.exe ,enter the following command:

regsvr32.exe -u %windir%\system32\zkemkeeper.dll

=================================================================================================================

  1. I am using 64 bit windows XP, how can i register the Standalone SDK?

Posted on 2/1/12

Copy all sdk *.dll files to %windir%\sysWOW64 folder , and then run cmd.exe ,enter the following command:

%windir%\syswow64\regsvr32.exe %windir%\syswow64\zkemkeeper.dll

If you want to unregister sdk , run cmd.exe ,enter the following command:

%windir%\syswow64\regsvr32.exe -u %windir%\syswow64\zkemkeeper.dll

=================================================================================================================

  1. I am using 32 bit windows Vista/win 7/server 2008, how can i register the Standalone SDK?

Posted on 2/1/12

Copy all sdk *.dll files to %windir%\system32 folder , and then run cmd.exe with administrator previledge , enter the following command:

regsvr32.exe %windir%\system32\zkemkeeper.dll

If you want to unregister sdk , run cmd.exe with administrator previledge , enter the following command:

%windir%\system32\regsvr32.exe -u %windir%\system32\zkemkeeper.dll

=================================================================================================================

  1. I am using 64 bit windows Vista/win 7/server 2008, how can i register the Standalone SDK?

Posted on 2/1/12

Copy all sdk *.dll files to %windir%\sysWOW64 folder , and then run cmd.exe with administrator previledge , enter the following command:

%windir%\syswow64\regsvr32.exe %windir%\syswow64\zkemkeeper.dll

If you want to unregister sdk , run cmd.exe with administrator previledge , enter the following command:

%windir%\syswow64\regsvr32.exe -u %windir%\syswow64\zkemkeeper.dll