I am utilizing VB6.0 and Crystal Reports 9.
I have several external reports which I call from VB. On some reports when I run only that report and then exit the application I receive the following error:

The instruction at "0x760817db" referenced memory at "0x760817db". The memory could not be "read". Click OK to terminate the program.

I am closing out each report call exactly the same way, and I make sure that the objects are set to nothing when I exit. This only happens on some reports and does not happen if I run more than one report when the application is open.

Any ideas?