github Particular/NServiceBus 4.4.1

latest releases: 9.0.0, 8.2.0, 9.0.0-alpha.10...
10 years ago

This release consist of these issues that were achieved through these commits.

Bugs

#1964 Failure to configure bus from command line application

I have a simple console application that configures a bus (MSMQ) and sends a single message. Between version 4.3.4 and 4.4.0 the application has stopped working with the exception in the stack trace below.

Note that this only happens when running from a command window. It does not happen when running from visual studio (using host process or not). In both cases I am running in a non-elevated context.

In case it is down to user error, here is the guts of the bus configuration code that is failing:

Configure.Serialization.Xml();
bus = Configure.With()
    .Log4Net()
    .DefaultBuilder()

Content trimmed. See full issue

Where to get it

You can download this release from:

Don't miss a new NServiceBus release

NewReleases is sending notifications on new releases.