I always get information when compiling the program. Please help me,the problem is in the file name, tough the file name is correct. this is the code which always get debug:

Code:
Private m_lNewKey As Long
Dim m_Application As New CRAXDDRT.Application
Dim m_Report As CRAXDDRT.Report

Public Sub Laporan()
CRViewer1.ReportSource = m_Report
CRViewer1.ViewReport
End Sub

Private
...