crystal vb file asp.net 2.0

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
 
T

Turkbear

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

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top