I changed from MS .Net 2002 to VB .Net 2003.
I have a web page where I have crystal reports.
I also upgraded too Crystal Reports 10
This is my code.
VB Code:
Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Imports System.IO Public Class PriceCheckPrintView Inherits System.Web.UI.Page Protected WithEvents CrystalReportViewer1 As CrystalDecisions.Web.CrystalReportViewer Dim crpt As PriceCheckRpt
This used to work in my other versions.
The Dim crpt as PriceCheckRpt is what is not recognized.
There is Crystal report in my project called PriceCheckRpt.
Anyone have any ideas why this is now not recognized?
Thanks


Reply With Quote