|
-
Sep 13th, 2012, 02:41 AM
#1
Thread Starter
PowerPoster
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.
-
Nov 1st, 2012, 08:40 AM
#2
Thread Starter
PowerPoster
Re: VS2010 Debugging MSMQ messages problem
no one knows
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|