cancel
Showing results for 
Search instead for 
Did you mean: 

error message when displaying a report in a windows form

Former Member
0 Kudos

Hi,

use Cr 2008.SP3 Fixpack 3.5,

Visual Studio 2008 prof. editon version 9.0.30729.1 SP,

:NET Framework 3.5 sp1

vb.net 2008

when displaying a report in a Windows form sometimes the following error message appears



System.NullReferenceException: Object reference not set to an instance of an object
   
   bei CrystalDecisions.Windows.Forms.PageControl.OnMouseMove(MouseEventArgs e)
   bei System.Windows.Forms.Control.WmMouseMove(Message& m)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   bei System.Windows.Forms.ContainerControl.WndProc(Message& m)
   bei System.Windows.Forms.UserControl.WndProc(Message& m)
   bei CrystalDecisions.Windows.Forms.PageControl.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


The rest of the error message is in german:


************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.

Thank you

Otto

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Can you define "sometimes" a bit more?

Is it after a number of runs of a report?

Is it on a particular report?

Is it after you do certain operations on the report (paging, zooming, dill down, print, etc., etc.)?

Can you duplicate the issue if you isolate the report to a new test app?

Did you happen to notice if the issue existed prior to FP 3.5?

Is this on your dev computer or a client computer?

OS?

Ludek

Follow us on Twitter http://twitter.com/SAPCRNetSup

Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

Answers (0)