views:

19

answers:

0

Hi,

I have an ASP.Net (.Net 2.0) application that creates Crystal Reports and shows them with CrystalReportViewer control.

In my application I provide my users the functionality to add an image at different locations : 1) Local folder 2) FTP 3) UNC

The image added by the user is shown in the Crystal reports through a Picture field. The problem that I'm facing is that images are being shown correctly when they are saved at either Local folder or FTP. But in case of an image saved at UNC, at the time of loading of Crystal report "Load failed" error comes up.

Stack Trace :

CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0 
   CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +65 
   CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened

Does anybody know of a solution for this?