Tagged Questions

1
vote
5answers
134 views

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 …
2
votes
3answers
509 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, …