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

Interop.Acrobat.DLL is not working in 64 bit PC

Guest
May 09, 2016 May 09, 2016

Interop.Acrobat.DLL is not working in 64 bit PC

TOPICS
Acrobat SDK and JavaScript
3.0K
Translate
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
Adobe Employee ,
May 09, 2016 May 09, 2016

Do you mean that it isn’t working in a 64bit application? That is because it is not a 64bit DLL.

Translate
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
Guest
May 09, 2016 May 09, 2016

I have developed one  desktop application in VB.Net using Interop.Acrobat.DLL. The  application running in 32 bit machine not in 64  bit machine because Interop.Acrobat.DLL is not 64 bit DLL.

Can you please help me to get 64 bit DLL of Interop.Acrobat.DLL so application could run on 64 bit PC as well.

Translate
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
Adobe Employee ,
May 10, 2016 May 10, 2016

There does not exist a 64bit version of that DLL. Your 32bit version of your app will run just fine on a 64bit machine.

Translate
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
Guest
May 10, 2016 May 10, 2016

This the problem my app is not running on 64 bit machine.

Translate
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
Community Beginner ,
May 10, 2016 May 10, 2016

You probably compiled your program as 64 bit

in VB.NET,   Project / Properties / Compile  : Target CPU : select   " x86 "  (not anyCPU or x64)

should work, unless you have other elements that require 64 bits

Translate
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
Guest
May 10, 2016 May 10, 2016
LATEST

Yes,Interop.Acrobat.DLL require 64 bit OS machine.This is the main issue.

Translate
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