Hi
I have an application in
vb.net 2003 and his had a references of class in
vb 6. This Class print a document using .PrintReport Method an this exception is called
"A first chance exception of type 'System.NullReferenceException' occurred in system.windows.forms.dll"
Note: The Class have a preview of the report and all is fine, the problem is with i want to print. The only diferences between the preview and the print is the code of .printReport
If ShowDialog Then
DataForm.Show vbModal
Else
DataForm.PrintReport False
End If