Hi all,

I am using interface ICachedReport present in CrystalDecisions.ReportSource
namespace.
The crystal reports version i am using is 9.2.3300 which i upgraded from
9.1.5000 using merge modules.

my problem is after upgrading crystal reports ICachedReport implementation
gives me the following two errors

1.  'CreateReport' cannot implement 'CreateReport' because there is no
matching function on interface 'ICachedReport'.

2.  'PRM.mCachedrpt' must implement 'Overridable Function CreateReport() As
' for interface 'CrystalDecisions.ReportSource.ICachedReport'.

where mCachedrpt is the name of the class. i don't understand this because 1
and 2 are conflicting with each other.

I have implemented the CreateReport function even then the above errors wont
go.
The same code was working fine with 9.1.5000 but after upgrading to 9.2.3300
i get the errors. I have checked the references and they are correct. Even
the sample VB code in
http://msdn.microsoft.com/en-us/library/ms226278.aspx gives me the same
errors.

Can anyone help me on this

Thank you
Kiran

Reply via email to