|
-
September 26th, 2007, 04:19 AM
#1
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)
-
October 3rd, 2007, 07:30 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|