safi
safi

Reputation: 3766

pdf2image.dll license file missing

1) in my code i am using PDF2Image.dll file to convert pdf to images.in uncompile version it work perfect but when i publish the website and try to convert an image to pdf, it say no license found. 2) I am using cutewebui ajax uploader to upload files to server. it is the same problem with it. It works fine but when i publish the website then it gives me the same error. and i do not know where to locate or how to fix the license of file. so how to locate/fix this? i am using c#,asp.net

Upvotes: 0

Views: 1395

Answers (2)

Karthik Mahalingam
Karthik Mahalingam

Reputation: 1071

Please check the deployment procedure, if you already have license file.

Deployment Procedure From CuteWebUI

If you don't have a valid license file, then you might have to purchase the license.

Upvotes: 1

naktepe
naktepe

Reputation: 51

In asp.net you can put dlls into to bin directory in webfolder, or you can add them to GAC of server.

for GAC this link might help you http://msdn.microsoft.com/en-us/library/ex0ss12c%28v=vs.71%29.aspx

but first try to put it bin directory.

Upvotes: 0

Related Questions