Can anyone tell me how to debug this error?
I'm using VB.NET 2003 with CR.NET 2003 (came with VS.NET) -- I've used:
Try
cr_Report.Repor tSource = m_SourceReport
Catch ex As Exception
Catch exCR As CrystalDecision s.CrystalReport s.Engine.Engine Exception
MessageBox.Show (exCR.ToString)
End Try
but this doesn't catch the error -- how do you folks debug bizarre CR.NET errors like this??
Thanks, Rob.
I'm using VB.NET 2003 with CR.NET 2003 (came with VS.NET) -- I've used:
Try
cr_Report.Repor tSource = m_SourceReport
Catch ex As Exception
Catch exCR As CrystalDecision s.CrystalReport s.Engine.Engine Exception
MessageBox.Show (exCR.ToString)
End Try
but this doesn't catch the error -- how do you folks debug bizarre CR.NET errors like this??
Thanks, Rob.