When I run the full duplex sample from Visual Studio everything works without an issue. So I tried to deploy the Myserver as a windows service following the guidelines on nservicebus site. I am running the client as executable i.e clicking on nservice host.exe in the client/bin folder. I am getting errors saying queue cannot be created lack of permissions etc.
Am I missing something here?
How do i test the full duplex implementation without using Visual Studio…
Any help is appreciated…
If you are using msmq ensure that the account you are running your service under has access the relevant queues if they already exist. If they do not exist ensure that the service account has permission to create the queues.