Print Page | Close Window

JScript error 'bobj' is undefined

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Writing Code
Forum Discription: .NET programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=9042
Printed Date: 05 May 2025 at 3:25am


Topic: JScript error 'bobj' is undefined
Posted By: k9bytes
Subject: JScript error 'bobj' is undefined
Date Posted: 05 Feb 2010 at 7:22am
I am developing a web application using Visual Studio 2008 in which I want to generate a report when a particular page loads.  As a test, I created a generic report on the desktop, and only have the Crystal Report Viewer control on the page.  When I set the report source as the pre-made report, everything looks fine in the development window, but when I try to debug my application (which runs on localhost), the page crashes before it fully loads, returning the error:  "Microsoft JScript runtime error: 'bobj' is undefined".  This error only occurs when I try to load the page with the report.  I will eventually need to programatically create new and more complex reports, but my test is basically a "hello world" of displaying a report.  Is there some sort of patch or update to resolve this issue?



Print Page | Close Window