Tagged Questions
2
votes
1answer
326 views
How to move a msmq message to a subqueue
Using the System.Messaging classes, how do I move a msmq message (in this case a poison message) to a subqueue?
Seems like this should be simple, but I haven't been able to figure it out.
2
votes
2answers
2k views
Problem adding GAC reference to VS2008 project
Okay, so this isn't strictly a programming question, but it is a programming-related question.
I have a C# winforms project that I am trying to add a reference to the System.Messaging dll.
However, ...