Skip to main content
Participating Frequently
April 29, 2021
Question

The specified module was not found.

  • April 29, 2021
  • 2 replies
  • 3110 views

Nice day!

I got to solve the problem, unfortunately I have quite a bit of information and I don't know what to catch.

 

A PDF document is generated in a certain information system (using PDFSharp) and then displayed to this system. Accidentally, on some computers, this stops working, and an error occurs when trying to view: EOleSysError: The specified module was not found. Reinstalling Adobe Acrobat Reader DC will always resolve the error.

 

I understand that based on this, you will not advise me how to solve the error, but please direct me on what to focus on - what module to look for. Thank you.

This topic has been closed for replies.

2 replies

Legend
May 3, 2021

The message EOleSysError is unusual. It is not an Acrobat error, it comes from Windows, and is related to the registry, to permissions and security. You mention you are running Acrobat 8 Pro on Windows 10? If so, it is not surprising, we would expect all sorts of problems with this setup (15 year old app on current Windows). Does it happen with the current version (DC)?

 

(Warning: do not try reinstalling Acrobat 8 !! It can no longer be activated, so you may lose it forever!!)

Participating Frequently
May 3, 2021

No, it's the latest free reader on Windows 8.1.

ls_rbls
Community Expert
Community Expert
May 3, 2021

If the problem happens in Adobe Reader DC and not in Adobe Acrobat Pro DC, Maybe it is safe to assume that there's an action or a privileged context function that the PDFSharp is producing (or an additional code that the developers added to the resulting PDF)?

 

If you can test this scenario on a computer with Adobe Acrobat Pro DC, then we may be able to rule out if this issue is happening due to a feature (or a function) that is not supported at all in Adobe Reader DC.

Technical Generalist
ls_rbls
Community Expert
Community Expert
April 29, 2021

Since you've mentioned about "module", I assume this is happening in a Microsoft Windows 10 computer? A missing .dll that needs to be re-registered in the appropriate folder perhaps?

 

And since PDFSharp is an open source software, I assume that you don't have a paid subscription of Adobe Acrobat Pro DC?

 

Since PDFSharp libraries doesn't require nor interact with Adobe Acrobat, I also assume the users are trying to view the generated PDF with a web browser? Adobe Reader DC? or any other PDF viewers?

 

Maybe you need to go to the PDFSharp support forum site and ask the same question there:

 

http://forum.pdfsharp.net/

 

Seems like the computers that are having the issue are missing updated C+ libraries or Microsoft .Net redistributables.

 

If this is related on how to invoke the rendering of a PDF in Adobe Acrobat or Reader DC from the PDFSharp program, I honestly can't see how can we help you here. But you can try and repair the Adobe Reader DC or Acrobat Pro installation if those are the programs that those computers have installed.

 

Im any case, You must contact PDFSharp support directly.

Technical Generalist
Participating Frequently
April 29, 2021

Thank you for your response. Yes, this is Windows, so far we are seeing it in version 8.1 Pro. I don't think this is a PDFSharp issue. PDF files are created, I can view them from another PC. The problem is with its display directly in the information system, which in some way unknown to me calls Adobe Acrobat Reader DC (free version).

ls_rbls
Community Expert
Community Expert
April 29, 2021

Maybe changing the default PDF viewer from Reader DC to the desired program in the MS Windows computer  can do the trick.

Technical Generalist