I am trying to integrate S#arp Architecture with NServicebus but I am getting some errors.
Anyone already used both projects together? Any examples about that?
The Ibus seems to be correctly instantiated but I am getting this error when I call the bus.Send(message).
System.NullReferenceException: Object reference not set to an instance of an object.
at NServiceBus.Unicast.MessageContext..ctor(TransportMessage transportMessage) in d:\BuildAgent-03\work\672d81652eaca4e1\src\unicast\NServiceBus.Unicast\MessageContext.cs: line 21 at NServiceBus.Unicast.UnicastBus.NServiceBus.IBus.get_CurrentMessageContext() in d:\BuildAgent-03\work\672d81652eaca4e1\src\unicast\NServiceBus.Unicast\UnicastBus.cs: line 787