Thank you for the comment, what does the "key" reference, i understand the "path" is the path of the .rpt file.
Main Topics
Browse All TopicsHello,
I am receiving a "Load report failed" error when i try viewing reports on my website that contains embedded Crystal reports. When i begun receiving these errors, cleared out the temp folder "C:\WINDOWS\Temp", assigned modify, read write rights to IIS/WPG, set impersonate="false" in my web config file, and it still didn't help and my code also caters for closing and disposing the report and utilizes the garbage collector. So i restarted IIS, which did do the trick, but is there any other way of prevent this error from occuring again, instead of restarting IIS, since my website utilizes sessions, and session values will be lost.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
where did you put that class? and what is the name you gave to that class? I would recommend you to put it under app_code folder in root of your web directory. and give it a name ReportDocumentFactory.cs. Once you generate ReportDocumentFactory.cs file, copy my code which is in post # 24085797 and paste it in ReportDocumentFactory.cs
thank you, makes much more sense now. Another thing i want to ask you is, when you instantiate the class ReportDocumentFactory, was it not suppose to be as follows
ReportDocumentFactory reportDocumentFactory=new ReportDocumentFactory (cache);
since the class ReportDocumentFactory expects an argument.
I have added your code and it is still not functional, therefore i am asking this question.
Business Accounts
Answer for Membership
by: RiteshShahPosted on 2009-04-07 at 02:39:33ID: 24085366
that is because you have reached maximum limit of report. You can use following code for that. for further explanation, have a look at following links
ook.com/Fo rum/forum_ posts.asp? TID=1205
http://www.crystalreportsb
Select allOpen in new window