Tuesday, March 13, 2012

System.Runtime.InteropServices.COMException

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 = Servertypically 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)

"Bala" <Bala@.discussions.microsoft.com> wrote in message
news:FD73C8B5-3F06-4A0E-B0D3-9C6B796FE0AD@.microsoft.com...
> 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

0 comments:

Post a Comment