Installation problems for VeryPDF.PCLtoPDFCom

Hi,
I had the pcl converter sdk installed while testing it before I purchased. After purchasing, I uninstalled (uninstall.vbs) the trail and installed what was an old version from the link provided during purchase. Upon you prior support instruction, I downloaded another copy from you and uninstalled the old and reinstalled the new. Now, attempting to access the converter from its program id fails with:

System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID {76D7DC95-4F1A-4D16-A38A-8162AFF33E0C} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E).

I downloaded the sdk trial from the website and tried to install it and I get the same error.

Here's the relevant code I am using to perform com interop:

System.Type VeryPDFType = System.Type.GetTypeFromProgID("VeryPDF.PCLtoPDFCom");
VeryPDF.PCLtoPDFCom veryPDFCom = (VeryPDF.PCLtoPDFCom)System.Activator.CreateInstance(VeryPDFType);

I have given full control to Everyone on the files in the bin dir of your code.

Customer
----------------------------------

https://www.verypdf.com/app/pcl-converter/index.html

image
Maybe the registry has more entries to PCLtoPDFCom.exe in your system, you may run regedit.exe to open the Registry Editor first, search and delete all items which contain "76D7DC95-4F1A-4D16-A38A-8162AFF33E0C" CLSID, after that, you may run "install.vbs" to reinstall PCLtoPDFCom into your system again, you will able to get it work fine.

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!