I'm maintaining a multi-project solution in ASP.NET + C#. We've decided to upgrade to .NET Framework 3.5 and ASP.NET 2.0. One of the last issues with the upgrade is with Crystal Reports.
I'm getting the following error:
Method 'ISCREditableRTFExportFormatOptions_reserved5' on type 'CrystalDecisions.ReportAppServer.ReportDefModel.EditableRTFExportFormatOptionsClass' from assembly 'CrystalDecisions.ReportAppServer.ReportDefModel, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' is overriding a method that has been overridden.
which is described: http://www.trinet.co.uk/support/kb.aspx?kbid=000043
They suggest that I upgrade crystal reports to version R2.
What exactly does this mean? Do I just need to package different DLL's in my bin folders? Or do I need to uninstall and install the new version of Crystal Reports software on the test & production servers?
Thanks in advance for your time.