CYRSTAL REPORT ERROR

A

Agnes

IN MY PROJECT, I had new a crystal report. and then complie the project.
and I got the following Error:
'CreateReport' cannot implement 'CreateReport' because there is no matching
function on interface 'ICachedReport'
'MyProject.cachedpl_summary' must implement' Overridable Function
CreateReport() as CrystalReports.Engine.ReportDocumen't for interface
'CrystalDecisions.ReportSource.ICachedReport'.

I don't know what's wrong it. Please help
 
S

Steve Long

It may be that you are missing a reference to a dependency of ICachedReport.
I had that same stupid error this morning and I was missing a reference to
an assembly that I had already included in my project.
So, I have a reference to assembly A. Assembly A depends on assembly B in
such a way that it is exposed in assembly A. Add a reference to assembly B
and problem disappeared.

HTH
Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top