0

It appears the NServiceBus is built against Castle Windsor 2.0.0.0, whilst the WcfFacility needs to be built against 2.5.2.

Is there any way I can run both NServiceBus and the WcfFacility in the same project? We're developing a network service that will use both WCF and NServiceBus to communicate with other components and having endless problems with Windsor version conflicts.

Dylan Beattie
  • 53,688
  • 35
  • 128
  • 197

1 Answers1

1

John Simons (member of the Castle team) is currently working with the NServiceBus team to upgrade Windsor in NServiceBus: https://github.com/NServiceBus/NServiceBus/pull/28

So go and jump into the discussion, test John's fork, etc.

Mauricio Scheffer
  • 98,863
  • 23
  • 192
  • 275