Huge References problem

bilro

Member
Joined
Jun 9, 2004
Messages
9
Programming Experience
3-5
I use crystal reports to show the information in my application.
no problem with that...

but one of the end-users don't have crystal report installed so he can't see the reports.

i know some programs don't need the crystall reports to be installed to see the reports.

wich references should i add to my project to make it happen in my program???
 
in vs.net 2003 there's the crystal report viewer you can add to the form (give it it's own window) that can view the *.rpt file
 
JuggaloBrotha said:
in vs.net 2003 there's the crystal report viewer you can add to the form (give it it's own window) that can view the *.rpt file

references not components.
the application works fine if the users have installed the crystal reports.
if not it gives a fatal exception...
 
Back
Top