Re: [masstransit-discuss] Publishing new nuget package package

47 views
Skip to first unread message

Chris Patterson

unread,
May 17, 2013, 7:15:45 PM5/17/13
to masstrans...@googlegroups.com
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.


If 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.
 
 

Marcos Torres

unread,
May 20, 2013, 11:10:14 AM5/20/13
to masstrans...@googlegroups.com
Hi Chris,

Sorry to insist with the issue but it's a blocker. It´s somewhat difficult start using MT right now without and updated package.

Thanks again,
Marcos

On Friday, May 17, 2013 8:15:45 PM UTC-3, Chris Patterson wrote:
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.


If 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.

Maor Hayoun

unread,
May 21, 2013, 6:49:18 AM5/21/13
to masstrans...@googlegroups.com
Why can't you use the assembly binding redirect to workaround it for now?
  <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>

Marcos Torres

unread,
May 21, 2013, 8:44:37 AM5/21/13
to masstrans...@googlegroups.com
Never had to do binding redirect.
Thank you Maor, that did it.

Chris Patterson

unread,
May 21, 2013, 11:17:17 AM5/21/13
to masstrans...@googlegroups.com
Good, NuGet usually adds the binding redirects for you as shown above.

I'm testing the last few updates to MT (including prefetch configuration for RabbitMQ) before releasing the updated packages.


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.
Reply all
Reply to author
Forward
0 new messages