hi Mates,
I have a rpt file in CrystalReport XI which has designed for a property show. the filename and path of the picture of the property is stored in database.
also, i have a winform application in .Net 2005 with C# in which I use the Report object of crystal .Net and load this report in it and then show with CrystalReportViewer object.
everything works fine on my computer. but, when I deploy my application on other computer in the network, it doesn't show the pictures!!!!
for reference, the images are stored in a path in network such as
"\\SampleServer\Images\" and the current wondows user has full access to this path.
would you please help me????