up vote 0 down vote favorite
2
share [g+] share [fb]

I'm trying to read the transactional deal letter queue in MSMQ using C#.NET and am getting "A workgroup installation computer does not support the operation"

For 10 Stack Overflow points, what am I doing wrong?

link|improve this question

77% accept rate
feedback

2 Answers

up vote 3 down vote accepted

Try this formatname instead and see if it works:

@"FORMATNAME:DIRECT=OS:.\SYSTEM$;DeadXact"
link|improve this answer
Thanks - much appreciated! – Guy Nov 10 '08 at 21:41
feedback

You're probably referencing the queue using the wrong kind of FormatName or path. What does yours look like?

link|improve this answer
.\XactDeadletter$ – Guy Nov 10 '08 at 18:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.