vote up 0 vote down star
1

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?

flag

74% accept rate

2 Answers

vote up 1 vote down check

Try this formatname instead and see if it works:

@"FORMATNAME:DIRECT=OS:.\SYSTEM$;DeadXact"
link|flag
Thanks - much appreciated! – Guy Nov 10 '08 at 21:41
vote up 0 vote down

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

link|flag
.\XactDeadletter$ – Guy Nov 10 '08 at 18:26

Your Answer

Get an OpenID
or

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