Report Design
 Crystal Reports Forum : Crystal Reports .NET 2003 : Report Design
Message Icon Topic: Crystal Report:Specified File is not found. Post Reply Post New Topic
Author Message
mittalpatel
Newbie
Newbie
Avatar

Joined: 16 Jun 2010
Location: India
Online Status: Offline
Posts: 1
Quote mittalpatel Replybullet Topic: Crystal Report:Specified File is not found.
    Posted: 16 Jun 2010 at 3:40am
Hi..
I created my website in asp.net.Than I create Virtual directory in IIS.
My all pages are running correctly,but when I open Crystal Report.It runs Successful first time but when I running website again than  Crystal report gives the error that specified file is not found.
So please help me..How can I solve this problem???

Software/Hardware used:
Visual Studio net 2005(asp.net)
Mittal Patel
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3702
Quote hilfy Replybullet Posted: 25 Aug 2010 at 12:56pm
Are you explicitly calling .Dispose() on the report in your FormUnload event handler?  The Crystal SDK is built on COM objects.  the .NET framework does not handle memory management well with COM objects so you have to specifically dispose them.  Not doing this can cause any number of problems.  This may be your issue.
 
Then other possible cause of the issue is caching.  Crystal usually creates at least one temp file while processing a report.  It's possible that the second call to open the report is trying to open the file from the first call which no longer exists.
 
-Dell
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.016 seconds.