michael
michael

Reputation: 145

Crystal report for Visual Studio 2008 Caching old rpt file

I've used Visual Studio 2008 to make a desktop application that use cristal report plugin.

I've a very strange problem: I've done some change to .rpt file and copied it into executable folder files.

The old report file is correctly overwritten by new one, but when I launch the application (Windows xp pro sp3) and run Report Viewer form, I get my data displayed into old rpt file! I'm becaming crazy but I don't find a way to remove the suspected cached rpt file.

Any ideas?

Regards.

Upvotes: 0

Views: 1957

Answers (1)

Awais Mahmood
Awais Mahmood

Reputation: 1336

It will be still referencing to old report in the temp folder. Delete the Temp files in:

C:\Users\YourUser\AppData\Local\Temp

AppData folder is hidden, so check the option to show hidden files from control panel

Upvotes: 1

Related Questions