all groups > visual studio .net debugging > october 2007 >
You're in the

visual studio .net debugging

group:

When I print a Visual Basic .net Report my program crashes randoml



When I print a Visual Basic .net Report my program crashes randoml Paul van Coller
10/24/2007 9:35:01 AM
visual studio .net debugging: When I print a Visual Basic .net Report my program crashes randomly.

It sometimes happens after the 3rd time I try it, and other times after the
second.

Here is the code I use:


frmRptAssess.ReportViewer1.LocalReport.EnableExternalImages
= True

frmRptAssessRep.ReportTableAdapter.Fill(frmRptAssessRep.rubiconDataSet.Report)
frmRptAssessRep.ReportViewer1.RefreshReport()
frmRptAssessRep.ShowDialog()
frmAdditionalItems.ShowDialog()


It only happens on the client computers. Could I be missing a component in
my setup?

I am installing the Microsoft 2005 Report viewer as well.

Any help would be appreciated.

AddThis Social Bookmark Button