How to use enablenotification method in msmq using vb.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shahidnoor86
    New Member
    • Jul 2008
    • 3

    How to use enablenotification method in msmq using vb.net

    I am using Microsoft Message Queue(MSMQ-3), and if I use enableNotificat ion method, I get a message "Access is Denied". I am using private queue on my local machine. So please any body help me that how can i use this method. I am getting the message in this line

    Dim evnt As New MSMQ.MSMQEvent
    vMyQSend.Enable Notification(ev nt)
Working...