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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error creating control - crystalreportviewer

Status
Not open for further replies.

adonet

MIS
May 4, 2004
312
US
I drag a crystalreportviewer to a form but got "Error creating control". Can someone help me?
 
I agree with you. I do not like crystal report. But whatelse can replace it? Can we use HTML as report? But how to bind data to it if I use dataset/datareader?
 
We use Crystal as a reporting tool in our app, and it's really no big deal. All reports are originaly developed of off stored procs with parameters and work just fine (using Crystal Designer, not the .Net embedded one). I just try to put as much load as I can on SQL side and use Crystal primarely for displaying a nicely represented data. Haven't tried to report of off DataSets though, we use ADO data source. As for the error, check the reference in your project, what version of Crystal.Web.dll do you use (Crystal Viewer is a part of this namespace). The control declaration on the page should have the same version in it.
 
That's what I was saying, version conflict. I dont't think you should have reinstalled everything though, could be fixed much simplier.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top