NserviceBus throws exception when referencing a Nettiers assembly
- by IGoor
We use nettiers as a our data layer, and we recently have started looking at using NServiceBus, but we have hit a wall.
We have a windows service which hosts NSB and references our Nettiers assembly.
the service is throwing an exception when the following line is encountered.
var Bus = Configure.With().SpringBuilder()
…