LoadSaveReportException in ASP.Net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ravisankarblv
    New Member
    • Mar 2009
    • 2

    LoadSaveReportException in ASP.Net

    I have a Web application in VB.Net and it will display a crystal report .It is
    written in Visual Studio 2003, VB.Net and Crystal Report which comes with VS
    2003, and it is running on Windows 2000. It works very well before. Now we are rebooting the server and it is working for a while and again throwing the same error. I am getting the following error: The LoadSaveReportE xception:
    Load Report Error. Please suggest the solution as early as possible.
    Thanks in advance.
    Last edited by Frinavale; Mar 9 '09, 07:06 PM. Reason: Moved to ASP.NET Answers from VB.NET
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    The exception suggests that you cannot open the report file.
    Make sure that permissions are set so that the web application is permitted to read (and maybe write if required) the file...also make sure that the file still exists at the path location you're providing, and that you're attempting to load the file with the correct spelling....

    Comment

    Working...