PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 5.00 average.

Crystal Load Report Failed error

 
 
Sheldon
Guest
Posts: n/a
 
      24th Sep 2008
Hello -

I am having an awful time trying to get reports in my windows application to
display. I am getting a "Load Report Failed" error. I do not get this error
when I run the application on my developer machine. I get it when I try to
install it on a client machine.

I am running Visual Studio 2008.

I looked on the internet and tried to research the message (there are some
46,000 found in the search!), but many of the posts have to do with web stuff
and this is a windows application.

Has anyone out there had any experience with this in a windows app and if
so, where do I start to try to fix it? Naturally, this is a rush project . .
..

Any help will be most graciously appreciated!
--
Sheldon
 
Reply With Quote
 
 
 
 
David Pirrello
Guest
Posts: n/a
 
      5th May 2010
Sheldon,
I'm having the same problem. I want the reports to be embedded in the application so that I do not need to specify a path as not all clients will have access to the same server. Have you found a solution?

BaseReportDocument reportDocument = new BaseReportDocument();

//reportDocument.FileName = "D:\\Dev\\CustomerService\\Reports\\" + reportForm;

reportDocument.FileName = reportForm;
reportDocument.SetDatabaseLogon(GetConnectionString());
reportDocument.SummaryInfo.ReportTitle = reportTitle;

CRV.ReportSource = reportDocument;
}
}

Dave
(E-Mail Removed)



Sheldo wrote:

Crystal Load Report Failed error
24-Sep-08

Hello

I am having an awful time trying to get reports in my windows application to
display. I am getting a "Load Report Failed" error. I do not get this error
when I run the application on my developer machine. I get it when I try to
install it on a client machine

I am running Visual Studio 2008

I looked on the internet and tried to research the message (there are some
46,000 found in the search!), but many of the posts have to do with web stuff
and this is a windows application

Has anyone out there had any experience with this in a windows app and if
so, where do I start to try to fix it? Naturally, this is a rush project . .
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Crystal Report After Export Load report failed =?Utf-8?B?TWFlIExpbQ==?= Microsoft Dot NET Framework Forms 0 17th Oct 2005 08:49 AM
Crystal Reports: Load report failed error. Simon Microsoft ASP .NET 0 7th Jun 2005 02:48 PM
Crystal Load Report Failed =?Utf-8?B?U2VlbWE=?= Microsoft C# .NET 1 24th Jan 2005 02:29 PM
crystal reports load report failed viki Microsoft ASP .NET 0 29th Sep 2004 02:24 AM
Crystal Report- Load Report Failed exception Bill Microsoft Dot NET 1 1st Aug 2003 12:31 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:37 AM.