Posted by Devang Gandhi on November 21st, 2008
If you are using MSMQ for your asynchronous communication needs then the following resources will be of great help.
- Motley Queue blog
- John Breakwell’s blog (guy knows MSMQ like no one else)
- Queuing in WCF
Posted by Devang Gandhi on September 24th, 2008
While working on WCF, I came across this error. It occurs due to Http namespace reservations and I believe it only affects Vista and later OS. This article elaborates steps to resolve this issue.
[Update] This issues does affect older versions of windows and not just Vista. The problem occurs when a service with less privileges is trying to start. It tries to register the URL but since it does not have admin privileges, the OS denies the request. This is called namespace reservation and because of it only a particular group of users have rights to HTTP URL namespace.
Recent Comments