问题描述
为什么我在IIS 7.5中的Crystal Report中收到Load Report失败问题?我们使用的是报告版本10.2.3600.0和VS2005 WITH C#2.0。通过清除临时文件,我们可以解决问题。但只有在重新启动服务器后才会被清除。每天都不能一个人无法重启服务器。那么如何在不重新启动服务器的情况下解决这种情况。
Why I am getting Load Report failed Issue in Crystal Report in IIS 7.5? We are using the report version 10.2.3600.0 and VS2005 WITH C#2.0 . By clearing temp files we are able to resolve the issue . But only after restarting server it gets cleared. Every day can't one cannot restart the server. So how can resolve this case without restarting the server each day.
推荐答案
实际上我的公司有第三个经验。不知何故,在我们的客户在一天内打印了大约50次后,他们不得不重新启动应用程序。原来这些报道从未妥善关闭和处置。执行 修复问题
Actually my company has experience with the third. Somehow, after our customer had printed about 50 times on a single day they had to restart the application. Turned out the reports were never properly closed and disposed. Doing that fixed the problem
Naerling意味着非托管资源部分。你在申请中申请了吗?你检查了那里提到的以下链接吗?
[]
我在一个地方列出了所有可能的解决方案,但我没有知道有人检查所有这些:感叹:
检查我目前的调查结果
[]
[ []
[]
[]
Crystal Reports 2008 / ASP.NET / IIS[^]
How to change Crystal Report Temp file from C:\ to D:\?[^]
How to remove tmp files in Crystal Reports[^]
这篇关于为什么我在IIS 7.5中的Crystal Report中收到Load Report失败问题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!