Click here to Skip to main content
15,883,916 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am getting error in HIQPDF for converting html to image when deploy on go daddy server its working fine in local system.

Error-

"Check the HiQPdf.dep resource file can be found near the HiQPdf.dll assembly and the user has read and execute permissions for this file. Call SetDepFilePath() method if you placed the HiQPdf.dep in a different location"

Can any one please help me with this?

Thanks in advance...
Posted
Updated 27-Jul-18 19:30pm
v3

Try FAQ on below link. Same error has been mentioned with possible solution.

http://www.hiqpdf.com/FAQs.aspx[^]
 
Share this answer
 
Hi,

I am getting the same issue. Have you got the answer.
 
Share this answer
 
This error can occur if the HiQPdf.dep resource file there is not in the same folder with HiQPdf.dll assembly at runtime. When you reference the HiQPdf.dll in your application in Visual Studio and you build that application, HiQPdf.dll and HiQPdf.dep will be automatically copied in the Bin folder of the application. Moreover, the HiQPdf.dep file will be automatically copied near the HiQPdf.dll when you add the assembly to GAC. This means that in general the two files will stay together, but there might be situations when this does not happen for example when you manually copy the files on a server and you forget to copy the HiQPdf.dep or if the assembly is automatically copied in a temporary location at runtime by a shadow copy mechanism which doesn't take into account the assembly resources.
 
Share this answer
 

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