Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have created activeX control. In that I have written code for Pdf file movement from Original Location to C://Program Files . Then I am processing that pdf file from the new location using itextsharp. It is working fine for files which are not giving error but if some file is not supported by itextsharp it is throwing error that access to that file is denied(Original Path not C://Program Files path). and also after that error that file is protected with access rights although I am not settings that rights.

Please Note It is working fine for all 32 bit System, only for 64 bit system it is giving error and that also after creating setup (am using installshield to create setup file). Also If I debug the same code on 64 bit system where I am getting error, it is not throwing that error in debug mode,it works fine. Only after creating setup file I am facing problem on 64 bit system.

Please Help
Posted

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