Crystal Reports Problem

  • Thread starter Thread starter Paul W
  • Start date Start date
P

Paul W

I have a strange problem that I'm trying to track down...

My web application is one page that has the crystal control (from CR
v10) and a few drop down boxes that set the data the report uses and a
submit button that runs the report.
From time to time I get a unhandled exception of a object reference not
being set to an object. First off, I don't have any unhandled code.
Second, this only occurs on my test server and not in my development
machine.

I'm thinking that crystal is throwing the error and wondering if
reusing the same aspx page for different reports is not clearing memory
or something.

Anyone run into something like this?

Paul W
 
Got it. Don't set the visable tag on the viewer to false. Crashes the
viewer from time to time.

Paul W
 
Back
Top