if you want to use RSB with RQ or PHT and cannot wait for the RSB to
be released on GitHub you'll need to add the following to your config
file
<configuration>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity
                       name="Rhino.PersistentHashTable"
                       publicKeyToken="0b3305902db7183f"
                       culture="neutral" />
        <bindingRedirect oldVersion="1.0.0.0" newVersion="1.7.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity
                   name="Rhino.Queues"
                   publicKeyToken="0b3305902db7183f"
                   culture="neutral" />
        <bindingRedirect oldVersion="1.0.0.0" newVersion="1.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
<configuration>

Once an update to RSB is released this should become mute.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to