Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with Crystal Report Viewer

Status
Not open for further replies.

LJS1

Programmer
Apr 29, 2002
39
0
0
US
Hi,
I am using CrystalReportViewer for displaying Crystal report in an aspx page. But
I am getting a error
"File or assembly name CrystalDecisions.ReportSource, or one of its dependencies, was not found."
in web.config file of .NET
I have CR 9, and CR RAS installed.

Thanks
LJS
 
Hi There...

Try put this namespaces on your aspx CrystalViewer page

Imports CrystalDecisions.CrystalReports
Imports CrystalDecisions.CrystalReports.Engine
Imports CrystalDecisions.Shared

Good Luck!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top