Using Secugen Fingerprint in asp.net web application
How can I integrate a Secugen Hamster Plus fingerprint scanner into my web application.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Olaide AzeezPosted Jul 31, 2019, 6:50 AM
Kausar MithaPosted Jul 31, 2019, 2:31 AM
which is
SecuBSPMx.dll
SecuBSPMX.NET.dll
this dlls you will find in the sdk.
after you run the demo project.. take these above files in put in the bin folder of your Existing application.
make sure you add refrence of SecuBSPMx.NET.dll
Now after this is tricky part.
I faced an unwated issue which says cannot find SecuBSPMx.dll when i run the project.
I tried to put this dll every where but it didnt work unless i put this into windows/System32 folder.
after this my app started working properly.
My App is web Based ASP.NET MVC.
smart techPosted Apr 17, 2017, 6:02 AM
Joginder BangerPosted Aug 2, 2016, 4:01 AM
Olaide AzeezPosted Aug 2, 2016, 3:21 AM
Olaide AzeezPosted Aug 1, 2016, 2:51 AM