Hi,
I have an old project in VS 2005 and .net framework 2.0 which have crystal reports in it. While compiling it now, getting error
NewGenerator: no suitable method found to override.
FullResourceName: no suitable method found to override.
Base class is CrystalDecisions.CrystalReports.Engine.ReportClass. I added CrystalDecisions.CrystalReports.Engine.dll version 10.2.3600.0.
In which version of CrystalDecisions.CrystalReports.Engine.dll, NewGenerator and FullResourceName properties exists which is working with VS 2005?
Please help.