What service pack for Crystal Reports for Visual Studio are you using?
What happens if you run any saved data report (you can try the attached - unzip, rename to .rpt) in a new one line web app:
New app.
Add the CR viewer
One line of code: CrystalReportViewer1.ReportSource = <path to the report"
- Ludek