Hi - I have downloaded the crystal report RTM for visual studio 2010.
My App server is windows 2008.
We are using crystal reports as part of CRM application
I am getting javascript error 'Object Required' at the following line:
The debugger after the error message refers to this:
bobj.crv.stateManager.setComponentState('ctl00_ContentPlaceHolder2_CrystalReportViewer1__UI',eval('('document.getElementById('__CRYSTALSTATEctl00$ContentPlaceHolder2$CrystalReportViewer1').value')'));
The website has all the required aspnet_client files and have made sure the application is able to load them.
When tried with a new sample solution the reports work.
Please help. I need to make the crystal reports work with the CRM solution...