We've been up and running with Crystal Reports deployed through .NET applications for about a year and a half. It just came to my attention that the temp files created by .NET when running a report are never deleted, they are simply stored in the temp folder. It seems that on one of the servers, it actually continues to hold the concurrent user as being active, even after many days since the report was run. While searching Business Objects web site, I see a few articles from back in 2001 and 2004 indicating it was a known bug in certain circumstances, but I don't see a fix anywhere. Can I programmatically delete the temporary files after the report has run? I'm not certain how I'd capture the name of that temporary file.