github Particular/NServiceBus 4.5.1

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

As part of this release we had 2 commits which resulted in 1 issue being closed.

Bugs

#2058 When starting a new NServiceBus Host as a standard user, exception occurs during the check for license

Steps to repro

  1. Create a NSB host (which is not started as administrator)
  2. Run the nservicebus.host /install to create the queues and make it run as a user who is a Standard User.
  3. The service fails to start. See the following exception:
2014-04-16 12:09:29,107 [5] INFO  NServiceBus.Configure [(null)] <(null)> - Invocation of NServiceBus.IWantToRunBeforeConfiguration completed in 0.08 s
2014-04-16 12:09:29,270 [5] INFO  NServiceBus.Configure [(null)] <(null)> - Invocation of NServiceBus.Config.INeedInitialization completed in 0.00 s
2014-04-16 12:09:29,278 [5] FATAL NServiceBus.Hosting.GenericHost [(null)] <(null)> - Exception when starting endpoint.
System.Exception: Failed to access 'HKEY_LOCAL_MACHINE : SOFTWARE\ParticularSoftware : License'. Do you have permission to write to this key? ---> System.UnauthorizedAccessException: Access to the registry key 'HKEY_LOCAL_MACHINE\SOFTWARE\ParticularSoftware' is denied.
   at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str)

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.