Recently i developed a small program using VB. The program is complete but when i debug or run it it give the error "ajaxcrystal.re port" on all files of the program. How can i eliminate this error?
error regarding ajaxcrystal.report
Collapse
X
-
To answer your question, if you remove Crystal from your solution you will not get the error. Post your code and maybe we can figure out what the problem is.
Happy Coding,
CroCrew~
Side note:
Crystal is a bug-fest and there are an immense number developers that have issues with using Crystal Reports in web applications. Also, their tech support is worthless. I would highly suggest looking into an alternative solution to Crystal Reports.
Here are a few alternatives that you might want to look into:
• http://www.freereporting.com/ - Logi Report (this one I like myself)
• http://www.datadynamics.com/ - ActiveReports
• http://www.perpetuumsoft.com/ - Report Sharp-Shooter
• http://www.monoreport.com/ - MonoReport
Comment