ZKEmkeeper: Events not triggering, DLL look like not working
I'm stucked for a while trying to use zkemkeeper sdk to use on a application that uses a InBios(Controller) for fingerprint . While i trying to trigger some event nothing happen, i just created a Console Application for test the SDK before start implementing on ASP.NET MVC here is my code, i first connect to the device and then i add the event OnAttTransactionEx someone can point me what i'm doing wrong. Here is my code: private static void Main(string[] args) { CZKEMClass zkem = new CZKEMClass(); int idwErrorCode = 0; const string ipAddr = "10.0.1.240"; bool isConnected; try { isConnected =