Im using CR11 and VB 2005 Express. Im trying to load a report into the Crystal Report Viewer control. Heres the code:

Public Class Form1


Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

AxCRViewer1.ReportSource = "C:\Documents and Settings\user\Local Settings\Application Data\Temporary Projects\WindowsApplication1\customer.rpt"
End Sub
End Class



The error is "Specified cast is not valid". What does this mean?
Thanks