AcroPDF.dll deploy problem

Installer of our application registerd AcroPDF.dll successful (Reader wasn't installed before on PC) but when I run it I get message "There is a problem with Adobe Acrobar Reader. If it is running, please exit and try again. (1:1)".
What is it mean (1:1)? What could you suggest to fix this issue?
[our app is 32bit application, version of AcroPDF.dll is 10.1.133]
thanks

You need to have Reader installed on the computer.   And you don’t have the rights to deploy that DLL (which is just a shim to Reader anyway).

Similar Messages

  • RT startup applicatio​n with C code DLLs deployment problem

    Hi!
    I work with LV  8.2  at host PC and LV RT 8.2 at PXI RT 8186 controller.
    I have made VI which uses some C code from one of my DLLs. For making DLL I used CVI. My VI with DLL is working good when deployed on RT directly from developer interface. So I wanted to make startup apllication out of that VI. I used build application tool (Build Specifications) at Project Manager.
    Target destination directory for startup application was set as c:\ni-rt\startup.  Looking at Generate Preview before engaging build,  startup.rtexe was listed to go at c:\ni-rt\startup folder and DLL was automaticaly added through include if referenced option into  c:\ni-rt\startup\data folder.
    There where no build errors and startup.rtexe was sucessfully built and saved at my procject's destination folder at my host PC. After that I tryed deploying that application at my RT target and I would get : Failled to deploy error.
    When I  look at  c:\ni-rt\startup   folder on rt target, after failed deployment,  I can see application files copied (strartup.rt exe to:\ni-rt\startup, and DLL to :\ni-rt\startup\data), and also in ni-rt.ini file I can see expected changes. But when I start my PXI with that startup application it doesn't seem to work at all.
    After making several different builds using different destination and support directory options for my VIs, and differently placed checkmarks under Advanced Build Application project properties,  got the same result. Every build was good, but deployment failed.
    So after that, I removed DLL calls from my VI and tryed to build startup application, and got good build exe and sucsessfull deployment on RT target and application worked good.
    So to summarize it:
                                - I have VI  with some C code used throgh DLL calls using Call Library Functon Node
                                - Path off DLL in that Call Library Function Node is absolute (exe: D:\monitoring\communication\myTCP.dll) at my host PC
                                - DLL is used for establishing TCP/IP communication and it is made with CVI compiler and CVI libraries
                                -I get built application without any error
                                -build automatically includes depending DLL
                                -when running startup application with DLL it doesnt seem to work good (I tryed including some write file VIs to it and it didnt write anything)
                                -when building and running startup applications without DLL calls everything works OK
    Is there anything else I have to include in my build besides the dll that I am using in my VI? Has anybody have any idea how to deal with this problem?

    Hi Mike,
    When you build a CVI DLL for real-time (i.e. you selected the Real-time only option for Run-time support in the Target Settings dialog), that DLL is statically linked to cvi_lvrt.dll located in the windows\system32 directory.  This means that your DLL plus this DLL must be present on the RT target for your application to run. To get the cvi_lvrt.dll to the RT target, you can add it as a support file in your RT application. This will install the cvi_lvrt.dll to the ni-rt\startup\data directory and allow your application to load and run.
    Hope this helps!
    Best Regards,
    Jonathan N.
    National Instruments

  • PDF.OCX or AcroPDF.DLL

    We have a Powerbuilder 9 and 10 application that use to use PDF.OCX, but we can no longer register the
    file.  We have also read this is no longer supported so we started investigating AcroPDF.DLL.  Problem is no matter what we register, we receiv
    e an error and this was the same error we receive when we register the PDF.OCX.  We recently updated our machines to Windows XP Sp3, but that appears to be the only thing that was done.  I have downloaded the Acrobat SDK and cannot figure out what we'd do to have Powerbuilder be able to choose the com object.
    "DLL RegisterServer in acroPDF.DLL failed. Return code was 0x80004005"
    Any help would be appreciated plz.  Thanks.

    lrosenth
    e como é que posso instalar o AcroPDF.DLL no Delphi 7 ?

  • Problem in using AcroPDF.dll in vb6 application

    I have an vb6 application and i want to display a PDF file in a form. I have used AcroPDF.dll and works fine on developmeny system.
    But when i install application on client's system i get error "Out of memory" when i try to open the form with PDF control.
    can anyone help me with this.
    Thanks

    Try asking this question in the Acrobat SDK forum.

  • Problem with AcroPDF.dll

    Hi,
    I am using AxAcroPDF to show PDF documents in a C# 2.0 Windows Form application. The application work everywhere except for one user who has Adobe Acrobat Professional 8.0 installed. Error is
    System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
    at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
    at System.Windows.Forms.AxHost.CreateWithoutLicense(Guid clsid)
    at System.Windows.Forms.AxHost.CreateWithLicense(String license, Guid clsid)
    at System.Windows.Forms.AxHost.CreateInstanceCore(Guid clsid)
    at System.Windows.Forms.AxHost.CreateInstance()
    at System.Windows.Forms.AxHost.GetOcxCreate()
    at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
    at System.Windows.Forms.AxHost.CreateHandle()
    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    at System.Windows.Forms.AxHost.EndInit()
    at DocumentProcessing.PDFViewerForm.InitializeComponent() in PDFViewerForm.Designer.cs:line 56
    He confirmed he has all the DLLs available in C:\program Files\common Files\adobe\Acrobat\ActiveX
    But from the DLLs screenshot he sent, I found that the Modified Date of AcroPDF.dll is 14/10/2008 21:29 where as in my system it is 03/10/2009 09:00.
    I can not check the exact DLL version number with client but is there anyone know the AcroPDF.dll version with above date has any issue..
    Thanks and Regards...

    Hi,
    Can anyone from Adobe please confirm if there is any difference between AcroPDF.dll build on 14/10/2008 21:29 and 03/10/2009 09:00.
    Much appreciated..
    Regards,
    Ansar

  • Use pdf.ocx or AcroPDF.dll to open a pdf file in a form

    Hi to all,
    I have this kind of problem.
    I need to open a pdf in a form, just for reading.
    Even if my project is written in VB6, this is not the problem. It could be also in .NET, so I hope you don't reply anything about the development platform.
    In a couple of threads, I found two ways to open a pdf in a form: using pdf.ocx or acropdf.dll.
    In both cases, this solution works for me in debug, but not in deployed release.
    I have two kind of problems:
    -  if the computer where I execute the program HAS NOT Adobe Reader  installed, I have an error "missing dependencies" concerning acropdf.dll  or pdf.ocx
    - if the computer where I execute the program has Adobe Reader installed, I have an error concerning dll or ocx file version.
    The solution works only if the AcroPDF.dll file included in my project has a version equal to the Adobe Reader version installed on the customer's computer.
    How can I solve these problems?
    The best would be if I could use one of this components without installing Adobe Reader.
    If this is not possible, my further question is: if the Adobe Reader version installed on the customer's computer is greater than my AcroPDF.dll, will my project work?
    If you need further informations to understand the problem, you can ask me.
    Thanks in advance for replies.
    Bye
    Nino

    PDF.OCX was an UNSUPPORTED COMPONENT that stopped being included as of Adobe Reader 7.  Also, VB6 support stopped with Reader 7 as well.  As Adobe only supports Reader 8 and later, there is no need to worry about either.
    AcroPDF.dll is part of Reader - it isn't available separately.  So yes, your users will need to have Adobe Reader 8 or later installed on their computer.
    As long as you target Reader 8 or above, and AcroPDF.dll - you'll work with Reader 8, 9 and X...

  • Vb6: open pdf in form using pdf.ocx or acropdf.dll

    Hi to all,
    I have this kind of problem.
    I need to open a pdf in a form, just for reading.
    In a couple of threads, I found two ways to make this: using pdf.ocx or acropdf.dll.
    In both cases, this solution works for me in debug, but not in deployed release.
    I have two kind of problems:
    - if the computer where I execute the program HAS NOT Adobe Reader installed, I have an error "missing dependencies" concerning acropdf.dll or pdf.ocx
    - if the computer where I execute the program has Adobe Reader installed, I have an error concerning dll or ocx file version.
    How can I solve these problems?
    The best would be if I could use one of this components without installing Adobe Reader.
    If you need further informations to understand the problem, you can ask me.
    Thanks in advance for replies.
    Bye
    Nino

    Post your problem in the forum for Acrobat SDK.

  • 11.0.07 crashes acropdf.dll activex control in 3rd party application

    Hi, we use a piece of software that makes use of the acropdf.dll library - when updating Adobe Reader (on any version of Windows) to 11.0.07, the software that uses acropdf.dll crashes as soon as it tries to display a PDF (citing acropdf.dll as the module that failed) - rolling back to any previous version of Adobe Reader cures the problem.  (Even 11.0.06 works fine) - this has been repeated several times on different machines and different versions of Windows, all with the same result.
    Is this a known problem with the latest 11.0.07 release?
    Thanks in advance.

    Mesmo problema em minha aplicação VB6
    Tudo funcionava corretamente. Quando executei a atualização do Adobe Reader XI para 11.0.07 apareceu o erro na aplicação.
    "O Visual Basic Parou de Funcionar"
    Um problema fez com que o programa parasse de funcionar corretamente. O windows fechará o programa e o notificará caso uma solução esteja disponível.
    O erro ocorre quando a aplicação esta rodando e ao abrir o formulário onde contém o componente baseado na dll AcroPDF.dll
    O erro também ocorre ao abrir o formulário que contém o componente dentro do VB6 em modo de desenvolvimento..
    Não é possivel nem retirar o componente do formulário pois não exibe o formulário e fecha o VB6.
    Acredito q o problema esteja na DLL AcroPDF.dll e sua atualização

  • How to use AcroPDF.dll even if addon is deactivated in InternetExplorer

    Hello,
    hopefully someone can help me with my problem:
    I need to instantiate AcroPDF.dll and have it deactivated at the same time in InternetExplorers Addon-settings.
    But when I deactive the addon in IE, CreateObject("AcroPDF.PDF.1") throws an error that the instance could not be created, but the dll is still registered.
    How does this deactivation work technically? Is there any way to use the dll in other applications regardless of the IE-settings?
    Best regards and thanks in advance,
      Thomas

    For programming issues you should use the forum for Acrobat SDK.

  • Pb PDF Filename : AcroPDF.dll + VB6

    We use the component AcroPDF.dll (Adobe Acrobat 7.0 Browser Control type library 1.0) in a VB6 program.
    We use the method LoadFile to display PDF file in form. This method works fine.
    The problem is after some LoadFile request, when we display the properties of the PDF file display, the filename contain illegal characters (seems to be binary characters)
    No problem to show the file, but we have important problem to print. It seems that illegal characters make trouble in header of printing.

    The version use of AcroPDF.dll is:
    Accessibility=8.1.0,AcroForm=8.1.2,Annots=8.1.0,Checkers=8.1.0,DigSig=8.1.2,DVA=8.0.0,eBoo k=8.1.0,EScript=8.1.2,EWH32=8.1.0,HLS=8.0.0,IA32=8.1.2,ImageViewer=8.0.0,MakeAccessible=8. 1.0,Multimedia=8.1.0,PDDom=8.0.0,PPKLite=8.1.0,ReadOutLoud=8.1.0,reflow=8.1.0,SaveAsRTF=8. 1.0,Search=8.1.0,Search5=8.1.0,SendMail=8.1.0,Spelling=8.1.0,Updater=8.1.0,weblink=8.1.1,

  • Hidding AcroPDF.dll NavBar

    Hi,
    i'm incorporating ArcoPDF.dll into an old VB6 program for diaplying PDF files, i'musing Acrobat Reader 11.0.05 (AcroPDF.dll version 11.0.3.37).
    for security purposes i need to block the user from saving the PDF - it will be displayed in a Kiosk station and i dont want the user to have the ability to browse the computer / network like the 'Save As' window allows.
    It is only for viewing purposes.
    I found that setting the AcroPdfObject.Src property to the full path of the pdf file with additional parameters ("#navpanes=0&toolbar=0&statusbar=0&messages=0") works, that is:
    AcroPdfObject.Src = "C:\Temp\SomeFile.pdf#navpanes=0&toolbar=0&statusbar=0&messages=0"
    displays the file without showing the navbar etc.
    However - This changes when i load another pdf file to the same control... even if the new file still has the same parameters added to it - the nav bar appears.
    What am i doing wrong?
    and while we're at it - how can i eliminate the 'Ctrl+S' combo to disable the keyboard bypass to the 'Save As' dialog?
    Thanks,
    Guy.

    Certainly I have, but maybe I have missed the passage with the information that it is defenitly impossible to get the zoom value with the 'AcroPDF.dll'. I read the manual and i know that there is no build in solution for my question but maybe someone has an idea how to solve that problem.
    thanks for your help and best regards sven

  • AcroPDF.dll in VC 2005:how to get the zoom value

    I'm using the 'AcroPDF.dll' with VC2005/MFC.
    Is it possible to get the current zoom value to increase or decrease it step by step with out the readers toolbar?
    best regards sven

    Certainly I have, but maybe I have missed the passage with the information that it is defenitly impossible to get the zoom value with the 'AcroPDF.dll'. I read the manual and i know that there is no build in solution for my question but maybe someone has an idea how to solve that problem.
    thanks for your help and best regards sven

  • Pdf.ocx acropdf.dll

    I have problem,
    my computer is install Create PDF:  "Acrobat 5.0" and "Acrobat 9.0" , and Viewer: "Acrobat 8.0 Reader"
    (Q1) Can same register that "pdf.ocx" and "AcroPDF.dll"
    (Q2) when open pdf file, that print to printer() is caller "Adobe Reader Printer_Function"
    or "self create Visual basic 6 code to print" ?
    Please!

    Pdf.ocx is an unsupported component for development - as well as being from older versions of Adobe Acrobat/Reader that Adobe no longer supports in general.

  • Acropdf.dll crashes when opening email in Outlook

    I'm not sure what forum to post this question in ... hopefully this is the correct one.  We have several users whose Outlook crashes whenever they attempt to open an email with a PDF attached.  The crash report indicates acropdf.dll is the culprit.  This is happening with various versions of Office and Windows.  Out of 30,000 users, we have about 100 people with this problem.  This problem does not occur with Web Access, only with the Outlook client.  I realize this could be a Microsoft issue, but researching a solution showed a lot of people having this problem, and I was hoping someone on here might be able to point me to a solution.
    I have uninstalled and reinstalled Office, Reader, Flash, and ActiveX.  I have made sure Windows updates have been installed.  I have uninstalled and reinstalled all the fonts (copied from another computer with no problems).  Nothing solve the problem.
    Any ideas?

    I may have posted this in the wrong forum.  The computers in question have Reader, Flash, and ActiveX installed.  When attempting to open an email with a PDF attachment, Outlook encounters an unexpected error and closes.  Viewing the crash report show acropdf.dll is the culprit.  I didn't see a generic Reader forum to post this is.  Let me know if I need to move it to another forum.

  • Access Denied   AcroIEHelper.dll  AcroPDF.dll  and pdfshell.dll

    I have bits and pieces of earlier versions of Adobe Reader on my computer, so before I downloaded the latest version, version 9, I tried to remove the earlier versions. I had to do it manually and seem to have removed all the bits and pieces recommended in the tech notes but I CANNOT REMOVE AcroIEHelper.dll AcroPDF.dll and pdfshell.dll from Program files\common files\Adobe\Acrobat\ActiveX I can see that other people have had this problem but there doesn't seem to be an obvious and foolproof way of doing it. (I tried the Microsoft Installer Cleanup Utility and nearly wrecked my computer - Word froze and disappeared altogether off my list of programs!)

    Could not delete pdfshell.dll, but this worked (in Win XP):
    1. Close all programs.
    2. Open a command prompt window: Start > Run. Enter cmd.
    3. Open Task Mgr.
    4. Select explorer.exe and End Process. Yes to Warning. Desktop goes away.
    5. In the command prompt window (remember your DOS commands) and go to the directory and delete the file. Apparently this works because explorer.exe is not running.
    6. Restart Explorer: In the Task Mgr., File > New Task. Type explor.exe.

Maybe you are looking for

  • Digital Video Converter

    i'm a little confused about the difference between 'apple video adapter' http://store.apple.com/Apple/WebObjects/ukstore.woa/6224040/wo/WB5d0bwOOsXt2cAsU qR1RKWHU7b/3.0.19.1.0.8.25.7.11.5.3 and a digital video converter - http://www.canopus.com/produ

  • TOC in pdf links only jump to a page!

    The auto TOC produces a TOC in a pdf. But the links are to a page only, they do not scroll down. Is it possible to create links that will scroll?

  • WRT54G V.5 PROBLEM

    I am trying to connect my wireless printer to my wireless router. I need to find the following information. - SID - encryption code - if its a WEP or a WEPA2 how will I find the following information for my printer provider company? Please help thank

  • Please help how to run System commands and batch files thru java program

    Sir, I want execute OS commands like dir,cls..etc and batch files,.exe filesthru java program. I have tried it sofar thru Runtime.getRuntime().exec("execute.bat"); but it is not working.anybody knows about how to run the system commands thru java ple

  • Sony NSZ-46GT1 Internet TV - Home Theather

    I have purchased a Somy smart TV with Google and was wondering what Home Theather System I should purchase.   Blue Ray player / no Blue Ray ,  Stay with Sony or go with something different ?  Any help out there ?