Since July I'm a Developer Evangelist at Microsoft here in Germany. Therefore I moved my blog to http://blogs.msdn.com/sebweber
Hi Sebastian,
I read your Message Queue tutorial. Congratulations! I am just starting to learn queuing in framework 2.0 and every tutorial uses something like this:
"MessageQueue myQueue = new MessageQueue(".\\myQueue");
myQueue.Send("Public queue by path name.");"
However, the traditional "workgroup" error prompts when you run on a XP Machine. I was just about to install Windows Server 2003 but then I found your tutorial using the private messaging property and I could do my first tutorial. Thank you very much!
Hector