I have finished a little APP for a special video catalogue
Developer Computer:
OS: Windows XP SP2
Crystal: 2008 Developer
Client Computer (Idem)
The reports was generated in Crystal directly not in VSN 2005
In the Developer Computer no problem but in the Client Computer I receive the error:
Load Report Failed
The Code:
The Client Computer have installed the Crystal 2008 Runtime.
Please, what´s wrong?
Thanks in advanced...
Developer Computer:
OS: Windows XP SP2
Crystal: 2008 Developer
Client Computer (Idem)
The reports was generated in Crystal directly not in VSN 2005
In the Developer Computer no problem but in the Client Computer I receive the error:
Load Report Failed
The Code:
VB.NET:
Imports CrystalDecisions.CrystalReports.Engine
Imports CrystalDecisions.Shared
Public Class Reporte
Private Sub CRView_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles CRView.Load
'Private Sub Reportes_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
Try
Dim document As ReportDocument
document = New ReportDocument
document.Load(Application.StartupPath & "\" & vReporte) 'vReporte previous defined
CRView.ReportSource = document
CRView.Refresh()
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try
End Sub
End Class
The Client Computer have installed the Crystal 2008 Runtime.
Please, what´s wrong?
Thanks in advanced...