Click here to Skip to main content
15,907,906 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good Afternoon everybody. I developed a VB net 2017 program to visualize and copy PDF files from one location to another in a PC, as required by my clients.

I included on it an Acrobat PDF AxAcroPDFLIb.AxAcroPDF object.

it turns out that while executing it in my VS IDE, it runs perfectly, I even can print the PDF content, but when I generate the .EXE file and try to run it from there, it fails, sending me the message "AxInterop AcroPDF.Lib couldn't be found".

I have correctly installed Adobe Acrobat in my PC, and the .dll file is located in the root directory of the project.

Thanks in advance for any answer, suggestion, or tip somebody could give me.

What I have tried:

I´d been searching thru the Internet for an appropiate answer, but I haven´t found any solution until now. A couple of articles I saw didn´t function correctly, at least for me.

I think I´m going to uninstall an install again Adobe Acrobat, but I´m not sure if this should work.
Posted
Updated 29-May-18 5:37am

1 solution

Well !!, I changed the Adobe Acrobat component for a web browser control and it worked just fine.

I hope this could be helpful for somebody, as well as here they have helped me.
 
Share this answer
 
v2

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