0

Should MSMQ be installed through Add/Remove programs in control panel if we use MSMQ in C#?

Thanks

Josh
  • 13,530
  • 29
  • 114
  • 159

1 Answers1

4

Yes, in order to use the MSMQ libraries in C# you'll need to have it installed on the machine running the code.

If you're interested in getting it installed with your setup project, check out this question.

Community
  • 1
  • 1
Adam Robinson
  • 182,639
  • 35
  • 285
  • 343