A bunch of custom applications in my environment use adobe axAcroPDF library to display pdfs. Everything worked well until one day one user requested Adobe Acrobat installed. After installation some applications display an error and will not display PDFs. The error reads "Adobe Acrobat does not support Internet Explorer's Enhanced Protected Mode. (...)" Interestingly EPM is disabled in IE. Moreover, in all C# applications the library works well but in VB applications it doesn't. The only thing that I can see in code is that VB forms not are being instantiated, something that is possible in VB and to me very annoying - when compared with C#. Any ideas?
Asked
Active
Viewed 238 times
0
-
What is your question? – Ali Vojdanian Mar 02 '15 at 16:32
-
@aliboy38 - How to prevent that error from displaying and make viewer work? Why would that error occur? – ArtK Mar 02 '15 at 17:04
-
You tried making a run through [these possible solutions](https://social.technet.microsoft.com/Forums/exchange/en-US/22e00f09-f18f-4d84-80dc-75f58d855b6c/epm-enhanced-protection-mode?forum=ieitprocurrentver) ? (including test on a 32 bit machine and checking PDF handler in Acrobat) – MarcinWolny Mar 03 '15 at 10:47
1 Answers
0
Maybe something related to this: https://helpx.adobe.com/acrobat/kb/vb-60-64-bit-issue-11007.html

selectpdf
- 184
- 3