JcBernack / WinBioNET

Managed wrapper in C#/NET for the Windows Biometric Framework
MIT License
58 stars 14 forks source link

WinBioIdentify failed #13

Open owenashurst opened 6 years ago

owenashurst commented 6 years ago

@JcBernack Seems like whenever I try and identify myself, it throws an exception "UnknownID". The enroll committed and I was able to get my GUID (which is what I want) however I'm a little confused as to how it can't identify me.

I've tried opening the session and skipping the initial startup to avoid re-creating the database again and having to enroll, but the same issue still occurs.

Any ideas?