Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add binding redirects for Telerik assemblies #7

Open
vcaraulean opened this issue Oct 6, 2011 · 0 comments
Open

Add binding redirects for Telerik assemblies #7

vcaraulean opened this issue Oct 6, 2011 · 0 comments

Comments

@vcaraulean
Copy link
Owner

Caliburn.Micro.Telerik should be more tolerant with different versions of Telerik and not the only one referenced in project.

Binding redirects should help alleviate the problem.

Example:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Telerik.Windows.Controls.Navigation" publicKeyToken="5803cfa389c90ce7" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2011.2.920.1040" newVersion="2011.2.920.1040" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Telerik.Windows.Controls" publicKeyToken="5803cfa389c90ce7" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2011.2.920.1040" newVersion="2011.2.920.1040" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Telerik.Windows.Controls.Input" publicKeyToken="5803cfa389c90ce7" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2011.2.920.1040" newVersion="2011.2.920.1040" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant