Did you try to add a binding redirect to your applications configuration to just walkaround the problem?
Hi,We added MassTransit to our project via nuget. We also added the package MassTransit.RabbitMQ and MassTransit.Ninject. We noticied that our project now has a reference to RabbitMQ.Client version 3.0.4.0.When we try to get a new IServiceBus from ninject, we get this exception:MassTransit.Exceptions.ConfigurationException: An exception was thrown during service bus creation ---> System.IO.FileLoadException: Could not load file or assembly 'RabbitMQ.Client, Version=3.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I think the MassTransit libraries were compiled with RabbitMQ.Client version 3.0 but the nuget package included 3.0.4.0 which cause a conflict?--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/masstransit-discuss/-/ZPRmjyDGrf8J.
For more options, visit https://groups.google.com/groups/opt_out.
Did you try to add a binding redirect to your applications configuration to just walkaround the problem?
02 May 2013 00:07 tarihinde "Etienne Tremblay" <etre...@gmail.com> yazdı:
Hi,We added MassTransit to our project via nuget. We also added the package MassTransit.RabbitMQ and MassTransit.Ninject. We noticied that our project now has a reference to RabbitMQ.Client version 3.0.4.0.When we try to get a new IServiceBus from ninject, we get this exception:MassTransit.Exceptions.ConfigurationException: An exception was thrown during service bus creation ---> System.IO.FileLoadException: Could not load file or assembly 'RabbitMQ.Client, Version=3.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I think the MassTransit libraries were compiled with RabbitMQ.Client version 3.0 but the nuget package included 3.0.4.0 which cause a conflict?--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
Interesting, it should had worked.
Are you sure that after adding binding redirect the message didnt change for another assembly? Or you put the element in the right application's config?
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/masstransit-discuss/-/PRb4fFIVqcAJ.
Interesting, it should had worked.
Are you sure that after adding binding redirect the message didnt change for another assembly? Or you put the element in the right application's config?
02 May 2013 02:12 tarihinde "Etienne Tremblay" <etre...@gmail.com> yazdı:
I have this in my web.config, but this doesn't help.
<runtime xmlns=""><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="RabbitMQ.Client" publicKeyToken="89e7d7c5feba84ce" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-3.0.4.0" newVersion="3.0.4.0" /></dependentAssembly></assemblyBinding></runtime>
On Wednesday, May 1, 2013 5:21:15 PM UTC-4, Berke Sokhan wrote:
Did you try to add a binding redirect to your applications configuration to just walkaround the problem?
02 May 2013 00:07 tarihinde "Etienne Tremblay" <etre...@gmail.com> yazdı:
Hi,We added MassTransit to our project via nuget. We also added the package MassTransit.RabbitMQ and MassTransit.Ninject. We noticied that our project now has a reference to RabbitMQ.Client version 3.0.4.0.When we try to get a new IServiceBus from ninject, we get this exception:MassTransit.Exceptions.ConfigurationException: An exception was thrown during service bus creation ---> System.IO.FileLoadException: Could not load file or assembly 'RabbitMQ.Client, Version=3.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I think the MassTransit libraries were compiled with RabbitMQ.Client version 3.0 but the nuget package included 3.0.4.0 which cause a conflict?--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsubscribe...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/masstransit-discuss/-/ZPRmjyDGrf8J.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/masstransit-discuss/-/-ojLaS7RNcMJ.
Noel.
To view this discussion on the web visit https://groups.google.com/d/msg/masstransit-discuss/-/PRb4fFIVqcAJ.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/masstransit-discuss/-/LynRmxAUfH4J.
Either one is fine.
To view this discussion on the web visit https://groups.google.com/d/msg/masstransit-discuss/-/-ojLaS7RNcMJ.
--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/masstransit-discuss/-/1hJhZo45TIIJ.