Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
swapneel_kulkarni@adobeforums.com #1
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
-
#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... -
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. ... -
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... -
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... -
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... -
swapneel_kulkarni@adobeforums.com #2
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



Reply With Quote

