Cannot Create Activex Component ASP.net

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default Cannot Create Activex Component ASP.net

    Hi,

    I am running the following code in an ASP.NET web application using VB.NET

    Gapp= createobject(AcroExch.app)

    I get the following error at runtime

    System.exception Cannot create ActiveX object

    I have acrobat professional installed on my machine. And the code also works fine in a windows application. I am sure this is a permissions issue. I am currently working from my local machine which runs on windows XP.

    Any help would be appreciated

    Thanks,
    Tripti
    tripti_chaudhary@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Cannot create ActiveX component
      Hi, Im doing an application which should convert a pdf to an image. I have this code which gives me a runtime error. pdfDoc =...
    2. Error: 429 ActiveX Component Can't create Object
      Hi all, I have Adobe Acrobat Professional 7.0 installed on an NT Server. Now, the question is, can I use its objects in an intranet ASP...
    3. ActiveX component can't create object
      I'm having problems setting up a monstrous COM+ Frankenapp on my local machine. The application works on the development server when I access it...
    4. Problem ... cannot create ActiveX component
      First, I'm a newbie to .Net ... Any help is appreciated So I see that one of the applications I frequently use (Adobe InDesign) can be driven...
    5. Activex component can't create object error
      Well Tony, you are right. at start up I get this error:cannot load DLL - and this gets highlighted: Set dbs = CurrentDb() But, as I said,...
  3. #2

    Default Re: Cannot Create Activex Component ASP.net

    Hi Tripi,

    I am having the same problem. I always get the error "ActiveX cannot create object" when I try to instantiate an "AcroExch.PDDoc" object. I have Adobe Acrobat Professional 7.0 installed on an NT Server. Though I am developing the site in classic ASP, I am bothered by the question - can I use its objects in an intranet ASP application? Because some say that the license forbids its use in web aplplications. Is this true? I cannot stand reading every excuciating detail of the license agreement, and would just like to clarify if *this* is a fact.

    Any light shed on this matter is greatly appreciated. And, Tripi, please reply on any success acheived on this matter.. :)

    Thanks a lot,
    -pugz
    pugz@adobeforums.com Guest

  4. #3

    Default Cannot Create Activex Component ASP.net

    Yes, it's true. See also the Acrobat Developer FAQ.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  5. #4

    Default Re: Cannot Create Activex Component ASP.net

    Hi.

    I have similar problem with Adobe Acrobat 7.0 in FrameMaker DLL application. I cannot create instace of CAcroPDDoc. It works with ADobre Acrobat 4.0, 5.0, 5.0.5 but not in 7.0. Is this a security problem too?
    Peter_Hanzel@adobeforums.com Guest

  6. #5

    Default Cannot Create Activex Component ASP.net

    That depends. Are you too trying to run Acrobat on a server? Not sure
    what environments a FrameMaker DLL would be used.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  7. #6

    Default Re: Cannot Create Activex Component ASP.net

    No. It runs as normal DLL on client worstation. On workstation there is Adobre FrameMaker 7.1 + Adobe Acrobat 7.0 professional installed. And FrameMaker DLL is just plugin to FrameMaker. (Normal DLL that uses FDK).

    So i maybe that case.
    Peter_Hanzel@adobeforums.com Guest

  8. #7

    Default Re: Cannot Create Activex Component ASP.net

    Hi i have a similar problem
    in an service (developed with VB.NET), i have a :
    AcroApp = CreateObject("AcroExch.App")
    It works fine when i run the service with different user, but when i
    try to run it with the same user of the logged on user, if there is an
    Acrobat opened previously i got the error
    Cannot create ActiveX component
    Any suggestion

    Thanks Bragosso

    bragosso@hotmail.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139