Ernesto Abarca ffbcfb374b | ||
---|---|---|
LectorVerdnatura | ||
.gitignore | ||
LectorVerdnatura.sln | ||
LectorVerdnatura.suo | ||
README.md | ||
ServiceLector_2014.zip | ||
ServiceLector_2017.zip | ||
codigo webservice lector.zip | ||
codigo webservice lector2014.zip |
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
=================================================================================================================
- 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
=================================================================================================================
- 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
=================================================================================================================
- 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
=================================================================================================================
- 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