Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Unable to load DLL '..\ACR120U.DLL': Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

Try To Open Like This

[DllImport("ACR120U.DLL")]
public static extern int ACR120_Open(int ReaderPort);

This Method on Local Host Working Fine. When Host To Webserver Then Throws This Error
Posted
Comments
pradip2609 10-Jan-14 3:29am    
Web Server Means Host Website Like www.example.com Then Error are Throws
Richard MacCutchan 10-Jan-14 3:37am    
Make sure the library is in a directory below the website root.
pradip2609 10-Jan-14 3:50am    
Ya Files There On My Website Root
ZurdoDev 10-Jan-14 8:19am    
Why don't you just add as a reference. You have permissions issue but just add as reference.
pradip2609 10-Jan-14 8:22am    
Sir This Dll Cannot be Add Throws Error No type libraries were found in he component

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