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

Multiple Telerik Reports versions ?

4 Answers 233 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 26 Nov 2012, 03:13 PM
Is it possible to run two versions of Telerik Reports in 1 IIS site ? This is a legitimate request as a client has many pages using an older version of Telerik Reports and we want to use the latest version on our new pages. All of the pages are hosted within one IIS site. We can add both versions to the GAC, but there's a lot of Web.Config entries needed - what do we do with the versions there ?

4 Answers, 1 is accepted

Sort by
0
Massimiliano Bassili
Top achievements
Rank 1
answered on 29 Nov 2012, 09:37 AM
Take a look at the following links that cover this subject:
  • http://msdn.microsoft.com/en-us/library/ms973843.aspx
  • http://blogs.msdn.com/b/thottams/archive/2007/04/11/two-versions-of-an-assembly-in-an-appdomain.aspx
  • http://stackoverflow.com/questions/4451220/loading-multiple-versions-of-the-same-assembly

Cheers

0
Mark
Top achievements
Rank 1
answered on 29 Nov 2012, 09:42 AM
Thanks for the reply. I should have probably been clearer in my question...

I know you can have 2 versions in the GAC, but Telerik Reporting relies on various settings in web.config. A couple of these settings specify the version to use. There is no way I can see that you can specify multiple rows.

e.g. this has the version hard-wired, so I don't see how its possible to have 2 versions of this handler in use ?

<add name="Telerik.ReportViewer.axd_*"
  path="Telerik.ReportViewer.axd"
  verb="*"
  type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=6.2.12.1017, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode" />
0
Steve
Telerik team
answered on 03 Dec 2012, 03:49 PM
Hello Mark,

Our suggestion would be to restrain from such deployment setups and upgrade the old reports to the new version. The product offers and Upgrade Wizard to take care of updating all references and the viewer itself has not been modified for a while now, so you should not hit major problems. If you're going to use a version after Q2 2012, please review the Q2 2012 release notes and How to migrate your project to utilize the new ReportSource objects KB article.

All the best,
Steve
the Telerik team

HAPPY WITH TELERIK REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!

0
Mark
Top achievements
Rank 1
answered on 03 Dec 2012, 03:55 PM
Hi Steve - not really the answer I hoped for. We use Reports for our application (DocRead) so have to configure it on the customers servers. However, in a few cases customers already use Telerik Reports themselves (for other internal use). We don't want to force them to upgrade, not do we want to test with a downstream version.
Tags
General Discussions
Asked by
Mark
Top achievements
Rank 1
Answers by
Massimiliano Bassili
Top achievements
Rank 1
Mark
Top achievements
Rank 1
Steve
Telerik team
Share this question
or