Solved
Forum Discussion
sinduja_venkata
10 years agoOccasional Contributor
Thanks for your responses.
I have tried copying the project folder locally. I did change the architecture to be same as operating system. Mine is a 64 bit machine, so tried to change it to 64 bit to see if it works. But nothing has helped so far.
Any other suggestions??
HKosova
Alumni
10 years agoLooks like there's a problem loading the PDFBox DLL or resolving assembly references.
If you type
dotNET.
and press Ctrl+Space, do you see the org_apache_pdfbox_pdmodel namespace in the code completion? Or are there just the standard namespaces (Microsoft_*, System_*, and so on)?
Does it work if you run TestComplete as administrator?
If the org_apache_* namespace is missing, try this:
- Delete and re-add the PDFBox DLL in CLR Bridge.
- Change the preferred architecture to 32-bit.
- Restart TestComplete and check the code completion again.
Let us know if this helps.