RSB has the concept of deployment actions which execute when the service bus is deployed. this is a 1 time event when the application is first installed. In your case it sounds like an xcopy deploy so the service bus is never explicitly deployed. instead it attempts to create the queues when the system first runs as a pseudo-deployment state.
you could try deploying the app as administrator and then running the app as a standard user. other than that I believe your options are 1. use msmq 2. deploy to a different directory 3. patch RSB -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
