CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2003
    Location
    Merate-North Italy
    Posts
    230

    Unable to Load report

    Hello,
    I have an asp.net 1.1 application, I created some reports via Crystal Reports 9.2.2.693. Reports are compiled within the application dll.
    When I try to run my reports I get the yellow asp.net page showing the error "Unable to Load report".

    I triyed removing a report from the project and opening it with

    Code:
    // C#
    rptdDatiVendita = new ReportDocument();
    rptdDatiVendita.Load("DatiVendita.rpt");  // no matter if i use absolute path
    but I get the same error.
    Tip: A week ago everything worked perfectly, but I took a short vacation and I don't know what happened on the server.
    ++++++++[>++++++++<-]>+.<+++[>++++<-]>+.<++[>-----<-]>.<+++[>++++<-]>++.<+++[>----<-]>-.----.
    God does not play dice with the universe.(A.Einstein)

  2. #2
    Join Date
    Oct 2003
    Location
    Merate-North Italy
    Posts
    230

    Re: Unable to Load report

    Is it of interest if I say they recently installed SP6 for visual studio 6 ??
    ++++++++[>++++++++<-]>+.<+++[>++++<-]>+.<++[>-----<-]>.<+++[>++++<-]>++.<+++[>----<-]>-.----.
    God does not play dice with the universe.(A.Einstein)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured