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

Version Error using latest WPF Contolol release and Reporting

3 Answers 93 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sergey
Top achievements
Rank 1
Sergey asked on 16 Dec 2013, 01:52 PM
Hello. If I try to use WPF latest release (1204) and latest Reporting (1016) I have error: Reporting Controls need wpf controls of 1016 version. When will be new Reporting release for latest wpf version?

3 Answers, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 16 Dec 2013, 05:08 PM
Hello Sergey,

The WPF ReportViewer is built against the major RadControls for WPF release of the corresponding Q.  Thus in your case you can use any of the Telerik Reporting versions released during Q3 2013.

Since RadControls for WPF version 2013.3.1204.40 is Q3 2013 SP1(not the major release), add binding redirects as illustrated in the How to: Add report viewer to a WPF application help article.
For example:

<runtime>
  <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
      <assemblyIdentity name="Telerik.Windows.Controls" culture="neutral" publicKeyToken="5803cfa389c90ce7"/>
      <bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2013.3.1204.40"/>
    </dependentAssembly>
    <dependentAssembly>
      <assemblyIdentity name="Telerik.Windows.Controls.Input" culture="neutral" publicKeyToken="5803cfa389c90ce7"/>
      <bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2013.3.1204.40"/>
    </dependentAssembly>
    <dependentAssembly>
      <assemblyIdentity name="Telerik.Windows.Controls.Navigation" culture="neutral" publicKeyToken="5803cfa389c90ce7"/>
      <bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2013.3.1204.40"/>
    </dependentAssembly>
  </assemblyBinding>
</runtime>

Let us know if you have any further questions.

Regards,
Stef
Telerik

New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.

0
Pongsathon
Top achievements
Rank 1
answered on 20 Dec 2013, 10:52 AM
i can not manage app.config. Is there other way to control assemblyIdentity forthe reportviwer?

Let say that, i am developer a module on a Shell application and not allow to manage application configuration.
please help please
0
KS
Top achievements
Rank 1
answered on 21 Dec 2013, 05:18 PM
Tags
General Discussions
Asked by
Sergey
Top achievements
Rank 1
Answers by
Stef
Telerik team
Pongsathon
Top achievements
Rank 1
KS
Top achievements
Rank 1
Share this question
or