Report Design
 Crystal Reports Forum : Crystal Reports .NET 2003 : Report Design
Message Icon Topic: About 'IcachedReport' Error Post Reply Post New Topic
Author Message
mangsul
Newbie
Newbie


Joined: 23 Jan 2008
Location: Indonesia
Online Status: Offline
Posts: 1
Quote mangsul Replybullet Topic: About 'IcachedReport' Error
    Posted: 23 Jan 2008 at 6:48pm

Hi...

I would like to ask about the error that I've got and working with for these few days...
I have one main project that has many sub projects in it...including sub project report(to create report)...--> using Visual Studio 2003 ,VB.net,CRystal Report
 
ok..let's get right to the problem...
every time I create a crystal report in this project..
I always got these errors..:
 

à 'CreateReport' annot implement 'CreateReport' because there is no

      matching function on interface 'IcachedReport'

à 'YMMA_REPORT.CachedCRTes1' must implement 'Overridable

      Function CreateReport() As CrystalReports.Engine.ReportDocument' for
      interface  'CrystalDecisions.ReportSource.ICachedReport'
This error lays inside the Code of the report(which is self generated by the crystal report).It's weird...because it's a self-generated code(vbcode).
 

I've tried to make other small projects but everything runs well...I don't get errors like this...As additional information..I've also updated my .Net framework,I've run the windows updated to get the latest update in my computer

I can't find any other solutions..

Could somebody please help me out of this problems????

I'm frustated with it...

 
Thanks a bunch....


Edited by mangsul - 23 Jan 2008 at 6:50pm
IP IP Logged
scottgr
Newbie
Newbie
Avatar

Joined: 09 Feb 2010
Location: United States
Online Status: Offline
Posts: 1
Quote scottgr Replybullet Posted: 09 Feb 2010 at 10:23am
Had this same problem this morning and didn't see an answer in the post, so here is basically what helped.
 
Go to the "cs" file generated by Crystal, you will see:

using CrystalDecisions.Shared;

using CrystalDecisions.ReportSource;

using CrystalDecisions.CrystalReports.Engine;

Add these references to your project and recompile.  This problem is compounded and cloaked by various other VS issues that may come up at the same time.  Don't get discouraged.


Edited by scottgr - 09 Feb 2010 at 10:24am
Software is engineering.
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.