Using MSMQ in ASP.NET?

  • Thread starter Thread starter qiuke
  • Start date Start date
Q

qiuke

Guest
I installed Message Queuing (MSMQ) on my windows XP prof from control panel, add windows components. I can see message queuing under computer management. However, I could not add "using System.Messaging" in my c# code behind file for my asp.net web site project.
It could not find system.messaging assembly. Did I miss any thing?
 
Back
Top