在调试期间,当我到达方法CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(InfoObject, EnterpriseSession)时,调试就会简单地停止。
我的意思是我没有通过它,只是永远保持这个方法,没有错误,没有任何东西。我的页面只显示"waiting for localhost“,仅此而已。
我使用的是连接到Business Objects XI 3.1实例的visualstudio 2010
编辑:
我现在看到有一个超时错误,超时配置为10分钟):
objReportDocument.Load(objInfoObject, enterpriseSession);错误:
Request timed out because there has been no reply from the server in 600000 ms.发布于 2013-01-30 17:05:40
我也有同样的问题。已尝试所有建议的补救措施,如不设置默认打印机,清除打印假脱机程序,但都没有帮助。
由于IIS应用程序在2008年完成,我将.NET上的应用程序池从DefaultAppPool更改为Classic.NET池;它起作用了!
https://stackoverflow.com/questions/10041968
复制相似问题