OK, the problem is simple but I can't get a simple response.
I add (using add new item>>CrystalReport) to my asp.net 2.0 website a CrystalReport document (rptReport.rpt), but there is no BASIC file created!!! (rptReport.vb) so I can't use the class to do this simple line of code:
Dim report As new rptReport
Simply because the class never appears in the intellisense list, and if I type the code, it simple doesn't compiles (yeah, sure, asp.net is going to use a class that simply isn't there).
Any ideas???