Hi All,
I am using PB 2022 build 1878.
In our application we are using webbrowser control to view PDF files (local). When we run application via IDE, everything works fine (pdf file is loaded and displayed. but when I run the application via exe, pdf files are not being displayed.
All the inputs/help will be appreciated.
Thanks,
Nishit
Just to describe my problem better, we were using Adobe ActiveX earlier to view PDF files (local files). Now we have replaced the Adobe ActiveX with WebBrowser control. At PBL level it works fine, but when we deployed it and updated our exe. When we ran application via exe, PDF is not being displayed, and we are not even getting any error.
Hope, I am able to convey the problem. Is it something I need to package while deploying th application, so that it will function properly? I am using Navigate() function to load PDF files.