system.messaging

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, when I add the reference (from the .net tab of the Add References dialog), it shows up with a yellow exclamation warning. Right-clicking o...

Using MSMQ - System.Messaging versus WCF

I have to port a VB 6.0 app to VB.Net (Framework 3.5). The application uses MSMQ heavily. I'm trying to figure out what are the advantages of using WCF over good ole System.Messaging. Are there any potential showstoppers when going with System.Messaging? ...

.Net User Messaging System

I am wondering if there is a framework out there for .NET to help me with sending messages to users. I would love to be able to write all my messages to a single repository. I would then like to be able to send these messages out to a user based on preferences that they set. e.g. I would like to be able to send a Notification A out to...