In my code I have this line of code....
CrystalReportVi ewer1.ReportSou rce =
Server.MapPath( "CrystalReportS ummary.rpt")
I moved the file, CrystalReportSu mmary.rpt, and I get an error.
The value for Server.MapPath( "CrystalReportS ummary.rpt") is the old path,
not the new one.
Is this not supposed to be dynamic? How can I correct this?
Thanks
CrystalReportVi ewer1.ReportSou rce =
Server.MapPath( "CrystalReportS ummary.rpt")
I moved the file, CrystalReportSu mmary.rpt, and I get an error.
The value for Server.MapPath( "CrystalReportS ummary.rpt") is the old path,
not the new one.
Is this not supposed to be dynamic? How can I correct this?
Thanks
Comment