MSMQ Queue.Close/BeginReceive Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I've read several posts that I need to set EnableConnectionCache to false
to prevent the ReceiveCompleted event from throwing an execption on
Queue.close.

I've done that... but I still receive a -2147467259 error.

Does anyone know why that happens and how I should handle it?

I'm using .NET 2.0 with Windows XP MSMQ.

Thanks.
 
Back
Top