Click here to Skip to main content
15,891,785 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, so i have this canteen system where it supposed to connect with smart card reader device. This smart card reader device then will read the employee card and display employee's number in the system. So, the issue here is that if i run it from my laptop, through local host, the device is connected. However after i publish it at the server, iis , the device is not connected.

the error is like this :
canteen-error1 — ImgBB[^]


Unable to load DLL 'hc_icrf32.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)



Im using C#,MySQL and asp.net

What I have tried:

Im thinking is it because the file is missing after I publish ? It seems like the system cannot read the hc_icrf32.dll file ...

Im a newbie and an explaination would really be appreciated! Thanks
Posted
Comments
Richard MacCutchan 5-May-21 3:34am    
The message could not be clearer, the dll file cannot be found on the server. Find out why it was not included when you published the website, or copy it manually.

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

  Print Answers RSS


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