Print Page | Close Window

Report do show output when it is placed on IIS

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=281
Printed Date: 02 May 2024 at 9:07am


Topic: Report do show output when it is placed on IIS
Posted By: imranabdulaziz
Subject: Report do show output when it is placed on IIS
Date Posted: 06 Mar 2007 at 4:28am
Dear all,
i am making small web application using ASp.net , C# (VS2005).
 
Actually through this utility one can attach crystal report to web application without making any change in the code.
i am loading crystal report thrugh following code
 

reportdocument = new ReportDocument();

reportdocument.Load(reportpath);

CrystalReportViewer1.ReportSource = reportdocument;

 
Now my problem is in one report . when i run through IDE(VS2005),
it shows the output but when i do the same. it does not show any
output. please suggest some idea where i am going wrong ?
 
thanks    



Replies:
Posted By: BrianBischof
Date Posted: 06 Mar 2007 at 9:02am
There is no reason why this wouldn't work when you put it into production. This is a very common scenario you are working on. I wonder if maybe there is permission issues on your production server? Have you used Try Catch to see if there are any error messages?

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>



Print Page | Close Window