【发布时间】:2016-11-23 22:58:47
【问题描述】:
我在 asp 应用程序中使用水晶报表,当我在服务器 (IIS) 中安装之前,使用该应用程序生成报表开始显示该消息,
这是我如何称呼所有报告
reporte = ReportFactory.GetReport(reporte.GetType());
reporte.Load(Server.MapPath("~/Rpt/rptVtaTelefonicaAdmin.rpt"));
知道为什么会出现这种情况吗?
Ps:我使用的是 .net 3.5 crystaldecitions.Cristalreports.engine V 2.0.50727
【问题讨论】:
-
什么消息,你能显示这条消息吗?
-
只是带有“加载报告失败”消息或堆栈跟踪的警报
标签: c# asp.net crystal-reports