System.Runtime.InteropServices.COMException

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

when i try to access the pdf file from one of the network drive, i am
getthing this problem. it seems it folder permission problem. dont know how
to solve this. i am using windows xp prof. do you have any idea how to solve
this prob.

thanks
bala

error message:

Unable to find GhostScript. Draw File:
File={\\tk00\Samples\03-06-01\04-1234-4.pdf} Parameters={image=1}
Canvas={Width=0 Height=0 Depth=32 Buffer=0}
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Unable to
find GhostScript. Draw File: File={\\tk00\Samples\03-06-01\04-1234-4.pdf}
Parameters={image=1} Canvas={Width=0 Height=0 Depth=32 Buffer=0}

Source Error:

Line 142: Dim ca As New WebSupergoo.ImageGlue5.Canvas
Line 143:
Line 144: ca.DrawFile(sPath, "image=1") 'get page = 1
Line 145: ImgURL1 = SessionURL & "/a-1.gif"
Line 146: ImgPath1 = Server
 
typically the asp.net account doesn't have network permissions. checnge to a
domain account with network permission or is iis 6.0, use an appool

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top