crystal vb file asp.net 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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

What tool are you using to add the Report object?

Have you made sure the correct version of the Crystal .NET assemblies are being used ?
 
The report was already created in crystal 9, but in vs2003 when i added it
creates the vb file; but in vs2005 don't and this is with any .rpt created
with vs (inside the project) or crystal reports (added). No matter how the
report file is in the project it doesn't create the vb file or has the (rigth
click\ run custom tool) for the rpt file to generate the vb code, therefore i
can do something like :

Dim report As new rptReport

instead i have to load the report document specifying the path & filename.


and Yes the assemblies are ok
 
Back
Top