Can't open PDF files from WinForms
Hello,
I'm trying to embed a local PDF file in a Windows Forms application; right now I'm using a standard WebBrowser control, which takes care of instantiating a web browser and, if Acrobat Reader DC is the default document handler for PDF files, the web browser calls it in order to display the contents of the file. The problem is, instead of getting the file displayed, I'm getting a "103:103" error. I have already tried disabling the "Enable Protected Mode at startup" and the "Allow documents to hide the menu bar, toolbars and window controls" options, with no luck. If I simply click on the same document from the filesystem, the application opens it correctly. Besides, I cannot ask all my end users to change their Acrobat Reader configuration. Any suggestions?
