Load Report Failed Problem
I am using Asp.Net 2.0 and Sql Server 2005 as backend.When I run my Crystal Reports on on my loacal machine from IIS and my DataBase is on remote Database server
on net then my reports runs properly without an error.But when I host
my project on web server on net and database on remote database server
on net then it gives me error.As soon as I click on view of button it
gives this error "Load Report Failed".
Subramanyam RompicherlaPosted Jul 30, 2009, 1:01 AM
if you are created crystal report thru dataset connection (.xsd) please follow the below steps
1. Open the report .rpt file
2. Open the Field Explorer, and remove the all dataset (ado.net) connections
3. Reconnect the xsd file thru connction.
4. And Re-Build the total application
it will be work, if any issues please let me know