Guy
Guy

Reputation: 67380

Reading the MSMQ transactional dead letter queue

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?

Upvotes: 1

Views: 3560

Answers (1)

tomasr
tomasr

Reputation: 13869

Try this formatname instead and see if it works:

@"FORMATNAME:DIRECT=OS:.\SYSTEM$;DeadXact"

Upvotes: 7

Related Questions