Win Service getting permission denied to Message Queuing
I have a WinService that can't start because NServiceBus throws "Service cannot be started. System.Messaging.MessageQueueException (0x80004005): Access to Message Queuing system is denied." This is on Windows 7 I have tried to run the service as: LocalSystem, Localservice, and NetworkService here is how I'm setting up NServiceBus p...