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