• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Adobe Reader gets stuck with "Initializing" message when used through COM / ActiveX

New Here ,
Jan 03, 2020 Jan 03, 2020

Copy link to clipboard

Copied

In my application I use Adobe Reader through the COM / ActiveX interface, to display PDF documents within my application. This has been working fine for years.

 

Now that I have updated my application to 64-bit mode, I notice the following problem on some computers: Adobe Reader gets stuck while displaying a message "Initializing" with a blue progress bar. See the screenshot below. It just stops working here.

 

Screenshot 2020-01-03 at 12.04.37.png

 

The funny thing is that this problem occurs only on some computers, not on all. Also when I run my application in 32-bit mode, it works without a problem.

 

I have checked the preferences: "Run in AppContainer" and "Start in protected mode" are both unchecked.

 

I would be really happy if someone knows a solution to this problem.

 

TOPICS
Crash or freeze , PDF and browsers , View PDF , Windows

Views

2.6K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 08, 2021 Jun 08, 2021

Copy link to clipboard

Copied

Same issue at my side...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 15, 2022 Mar 15, 2022

Copy link to clipboard

Copied

LATEST

For my case, the path that i point to load the PDF file is incorrect. The file not exist.

After i fix it, it load successfully.

 

axAcroPDF1.LoadFile(filename);

 

Have a nice day!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines