Data Connectivity
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Data Connectivity
Message Icon Topic: Report do show output when it is placed on IIS Post Reply Post New Topic
Author Message
imranabdulaziz
Newbie
Newbie


Joined: 06 Feb 2007
Location: India
Online Status: Offline
Posts: 3
Quote imranabdulaziz Replybullet Topic: Report do show output when it is placed on IIS
    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    
IP IP Logged
BrianBischof
Admin Group
Admin Group
Avatar

Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Quote BrianBischof Replybullet 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>
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.047 seconds.