re: Error exporting built-in CrystalReport in VS2003 with 2.0 FrameWork?

746
0
02-09-2012 01:52 AM
dgesridgesri
Occasional Contributor II
Greetings,

I have 2 custom application one developed using .Net 2003 and 1.1 Framework another application using Vb.Net 2005 and the framework is 2.0 and I have designed the  reports for each application using the built-in crystal report inside the Visual Studios (2003 & 2005).

I have ArcGIS 9.1 so I have to modify the ArcMap.exe.config file in order I can load the application using 2.0 framework as following:

  <supportedRuntime version="v2.0.50727" />
  <supportedRuntime version="v1.1.4322" />


Now when I generate a report from the .Net2003 application and try to Export it into a PDF file using the Export built-in functionality it generates the following error:

Crystal Report Windows Forms Viewer
---------------------------
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.


So please can I have a little help over here...

Please advise...

Thanks in advance....
0 Kudos
0 Replies