The server threw an exception. (Exception

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

  1. #1

    Default The server threw an exception. (Exception

    I am getting
    The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)) When i try to open any file using Adobe

    Private Template As String = "C:\temp\test.pdf"

    Dim gApp As New AcroApp()
    Dim gPdDoc As New AcroPDDoc()
    Dim gAvDoc As New AcroAVDoc()

    try

    ' open the PDF
    gAvDoc.Open(Template, "") 'This is the line where the exception is thrown
    ' do something

    Catch ex As Exception

    End Try





    Can anyone please help me..Is there anything wrong with the acrobat Installation..
    swapneel_kulkarni@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. #32101 [Com]: Exception in unknown on line 0 when throwing exception inside exception handler
      ID: 32101 Comment by: dhopkins at DonHopkins dot com Reported By: ceefour at gauldong dot net Status: No...
    2. I've a problem..0x80010105 the server has threw an exception...
      Hi! Have you found the solution of the problem? I've got the same thing, when I am trying to get a string from an MFC object I've created. ...
    3. ASP.NET Exception on hosted server
      When I run my ASP.NET on my computer it works fine, even in medium trust which is what mt webhost uses. However on the webhost it generates this...
    4. Problem with Exception Mgt. App Block on W2k Server
      I'm about at wit's end getting the exception block to operate at all on our Win 2000 server. All is well on my local workstation, but the block...
    5. SoapExtension for Global Exception handling; but prevent exception from propagating!!
      Hi, I wrote a SoapExtension for Global Exception handling in Webservice and it works!!!! Now i want to catch the exception that happen in the...
  3. #2

    Default Re: The server threw an exception. (Exception

    I found the root cause
    "TURN OFF" Automatic updates in Acrobat .
    Reinstall Acrobat and it works again
    swapneel_kulkarni@adobeforums.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