This is a migrated thread and some comments may be shown as answers.

Import report from XtraReports

1 Answer 189 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
possible
Top achievements
Rank 1
possible asked on 02 May 2008, 11:34 AM
Hi,

Is it possible to get a xtrareports dll which works with new dev version or without version merged in code? I have installed 7.3.7 version on my computer and I cant get it work (this is exception thrown by Activator inside telerik reportwizard module {"Could not load file or assembly 'DevExpress.XtraReports.v7.3, Version=7.3.3.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1' or one of its dependencies. The system cannot find the file specified.":"DevExpress.XtraReports.v7.3, Version=7.3.3.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1"}).

Is possible to rip XtraReport code, compile it to work with new devexpress but without key to sign assembly its useless so please make more dlls (for version 7.3.7 or 7.3.5).

1 Answer, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 05 May 2008, 11:22 AM
Hello tspossible,

The XtraReports report converter is built against v7.3 (build 7.3.3.0) of DevExpress's assemblies. If you use one of its hotfixes (as you mentioned v7.3.5 or v7.3.7) you should apply Binding Redirection procedure to redirect XtraReport references to the new assemblies in "devenv.exe.config".

Here is a KB article that explains the same issue with the ActiveReports converter, however, it can guide you how to redirect references to the
DevExpress's assemblies. The assemblies you need to redirect are:

DevExpress.Utils.v7.3, Version=7.3.3.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1
DevExpress.XtraCharts.v7.3, Version=7.3.3.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1
DevExpress.XtraPrinting.v7.3, Version=7.3.3.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1
DevExpress.XtraReports.v7.3, Version=7.3.3.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1


All the best,
Ivan
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
possible
Top achievements
Rank 1
Answers by
Ivan
Telerik team
Share this question
or