Results 1 to 2 of 2

Thread: VS2010 Debugging MSMQ messages problem

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    VS2010 Debugging MSMQ messages problem

    I am trying to debug within VS2010 a message which gets dispatched from my Transactional MSMQ by WCF.

    I have 1 message on the queue.

    The problem is that if I place a debug breakpoint and leave it for a good few seconds and I step to the next line, i see the message being redispatched again to the application causing the frame to jump back to the starting/entry point of the application again.

    any ideas on how I can just get it to work with the 1 message? (there is only one message on the queue so my question is on how I can prevent it from dispatching multiple times)

    I wonder if there is a way to suppress this behavior in some way.

    MVP 2007-2010 any chance of a regain?
    Professional Software Developer and Infrastructure Engineer.

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    Re: VS2010 Debugging MSMQ messages problem

    no one knows

    MVP 2007-2010 any chance of a regain?
    Professional Software Developer and Infrastructure Engineer.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width