Software DevelopmentPage 8

Showing 114 articles in the Software Development category.

← Back to all categories

How to fix Unhandled Exception: System.Runtime.InteropServices.COMException: The procedure number is out of range. (Exception from HRESULT: 0x800706D1) at at Acrobat.*

Recently I came across the following error when developing against Acrobat DC libraries: Unhandled Exception: System.Runtime.InteropServices.COMException: The procedure number is out of range. (Exception from HRESULT: 0x800706D1) at Acrobat.CAcroAVDoc.Open(String szFullPath,...

Read full article →