Visual Studio 2005 and Crystal Report exporting
In particular, I mean can it be done with just the aspx-page, without having to write code in the .cs-file? And if I do have to write the code, why doesn't it work like it used to? I can't seem to be able to create an object from the .rpt file, export it into a file and write the file into the response stream. It just refuses to find the .rpt, even though it is included in the project.

