Hi guys.I'm new to MT and I'm trying to use it with RabbitMQ after reading good things about it but I'm facing the this problem:System.InvalidOperationException: Error while initializing Bus configuration ---> MassTransit.Exceptions.ConfigurationException: An exception was thrown during service bus creation ---> System.IO.FileNotFoundException: Could not load file or assembly 'RabbitMQ.Client, Version=3.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce' or one of its dependencies.
and I believe its already solved here: https://github.com/MassTransit/MassTransit/commit/f2dbbdef54639bee1c2ede776c0bba583f4403efIf not mistaken there's no clean way right now to install the MT package (Masstransit) + the Masstransit.RabbitMQ without facing a load assembly issues.Is it possible to publish new packages (or provide and alternative solution) to avoid this error?Thanks a lot in advance,Marcos--
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/msgid/masstransit-discuss/b9e81cc1-a653-4ef1-ae9e-83b85c318c18%40googlegroups.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
I will try to update the packages this weekend.
On Fri, May 17, 2013 at 1:38 PM, Marcos Torres <marcos...@gmail.com> wrote:
Hi guys.I'm new to MT and I'm trying to use it with RabbitMQ after reading good things about it but I'm facing the this problem:System.InvalidOperationException: Error while initializing Bus configuration ---> MassTransit.Exceptions.ConfigurationException: An exception was thrown during service bus creation ---> System.IO.FileNotFoundException: Could not load file or assembly 'RabbitMQ.Client, Version=3.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce' or one of its dependencies.
and I believe its already solved here: https://github.com/MassTransit/MassTransit/commit/f2dbbdef54639bee1c2ede776c0bba583f4403efIf not mistaken there's no clean way right now to install the MT package (Masstransit) + the Masstransit.RabbitMQ without facing a load assembly issues.Is it possible to publish new packages (or provide and alternative solution) to avoid this error?Thanks a lot in advance,Marcos
--
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.
<runtime> <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>
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/msgid/masstransit-discuss/c62a30e8-d3a2-4cf9-bca6-02853f5716db%40googlegroups.com?hl=en-US.