CrystalDecisions.CrystalReports.Engine.ReportDocument.Load h
本文关键字:Load ReportDocument Engine CrystalReports CrystalDecisions | 更新日期: 2023-09-27 18:30:07
在调试过程中,当我到达方法CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(InfoObject, EnterpriseSession)
时,调试就停止了。
我的意思是,我不通过它,只是永远保持这种方法,没有错误,没有任何东西。我的页面只显示"正在等待localhost",仅此而已
我正在使用visualstudio2010连接到Business Objects XI 3.1实例
编辑:
我现在看到有一个超时错误,超时配置了10分钟):
objReportDocument.Load(objInfoObject, enterpriseSession);
错误:
Request timed out because there has been no reply from the server in 600000 ms.
我也遇到了同样的问题。尝试了所有建议的补救措施,如不设置默认打印机、清除后台打印程序,但一切都无济于事。
由于.NET web应用程序在2008年完成,我将IIS上的应用程序池从DefaultAppPool
更改为Classic.NET
池;成功了!