Skip to Content
0
Former Member
Jun 08, 2010 at 12:01 AM

bobj is undefined message when web page loads

50 Views

Hi All,

I have a VB.NET web app that loads a page with crystal viewer embedded in it. When I go to browse to the page I get "bobj is undefined". After clicking no to debug, the dropdown lists and other controls show on the page except the crystal reports viewer. When I go into design mode and look at the web page, the crystal reports viewer control does not appear at all even though it does show in the code. Also, the crystal reports controls only show four controls and am missing quite a few. Any ideas how to resurrect my Crystal Reports functionality in VS 2008?

Here's some background: I reinstalled my OS from Vista to Windows 7. I reinstalled CR 2008 and then I installed VS 2008. Afterwards I installed VS 2008 SP1.

The debugger after the error message refers to this:

bobj.crv.stateManager.setComponentState('ctl00_ContentPlaceHolder2_CrystalReportViewer1__UI',eval('('document.getElementById('__CRYSTALSTATEctl00$ContentPlaceHolder2$CrystalReportViewer1').value')'));

Thank you in advance,