I have created a new Crystal Report file in my project (CR.rpt). I
previously added references to Crystal...Engine, ReportSource, Shared, Web.
When I save the .rpt file using the "designer", I get two error messages
which I cannot seem to get rid of:
'MassRegister.CachedCRRegulationFiling' must implement 'Overridable Function
CreateReport() As CrystalReports.Engine.ReportDocument' for interface
'CrystalDecisions.ReportSource.ICachedReport'.
'CreateReport' cannot implement 'CreateReport' because there is no matching
function on interface 'ICachedReport'.
I am running VS .Net 2003 with the hot fix applied for Crystal and the
standard Crystal installation. I cannot upgrade to VS .Net 2005 because
Framework 2.0 is not installed on our test or production servers.
I also have Crystal Reports 9.0 installed on the same machine for a VB 6.0
desktop application. Both sets of DLLs are installed. I tried using the
1.1.4322 (.Net 2003 version) and 1.0.3705 (from CR 9.0) and it did not
correct the problem.
To make matters worse, I have one .rpt file which runs fine, but the other
four which were created using a copy/paste from the working version will not
function. I thought possibly the copy/paste had something to do with it so I
tried creating a new one and the problem still exists on the new one.
Frustrating to say the least.