Click here to Skip to main content
15,880,725 members

Comments by Premnath Mali (Top 47 by date)

Premnath Mali 5-May-17 1:18am View    
These two messages coming because of WbioSrvc is stopped.
Premnath Mali 21-Apr-17 7:49am View    
One more thing I noticed in output window the last two lines are as follows.

First-chance exception at 0x000007fefcdd940d in BioMetricApplication.exe: 0x000006BE: The remote procedure call failed.

First-chance exception at 0x000007fefcdd940d in BioMetricApplication.exe: 0x000006BA: The RPC server is unavailable
Premnath Mali 21-Apr-17 7:32am View    
Deleted
I wrote code with the help of MSDN for fingerprint sensor application.
So I'm able to do enrollment and also session is opening using **WINBIO_POOL_PRIVATE**

But the problem is when I tried to enroll same fingerprint again then instead of returning **WINBIO_E_DUPLICATE_TEMPLATE** it is stopping the windows biometric service "**WbioSrvc**".

same issue with the WinBioIdentify()
Here also if match not found it is returning **WINBIO_E_UNKNOWN_ID** that is fine but when match found means I tried finger which is successfully enrolled then instead of returning **S_OK** it is stopping the **WbioSrvc** service.

and finally I'm getting 0x800106be this
Premnath Mali 21-Apr-17 7:30am View    
That is I'm also not able to find
Premnath Mali 21-Apr-17 3:09am View    
yes it is valid pointer. An application is stopped at
m_lblMessage.SetText(preMsg+msg);


but as your suggestion I will post messages to mfc class

thank you for the more information about call functions in mfc.

Thanks Once again!