Skip to content
Discussion options

You must be logged in to vote

Something like this:

<configuration>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Nhibernate" publicKeyToken="aa95f207798dfdb4"/>
        <bindingRedirect oldVersion="5.1.0.0" newVersion="5.5.0.0"/>
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hazzik
Comment options

Answer selected by arjundate
@fredericDelaporte
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #763 on October 30, 2025 09:05.