Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
down vote favorite


I am using visual studio 2012. I am trying to interact with a biometric attendance device through a desktop application via ip address. I added the necessary dll and ocx files to the reference folder of the project. I created the object of 'SB100PCLib' quite easily, but when I try to execute its functions, I get this run time error

Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))

As I am quite new dealing with third party dll, is there any extra step to perform? How to get rid of the error?
Posted
Comments
BillWoodruff 26-Dec-14 4:04am    
You are probably going to need to consult the manufacturer of the device, or find a way to get support from other users of this device.
Ikram Khan 26-Dec-14 5:21am    
I have studied the manufacturer's documentation but could find the help. And can not find help from any source

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900