WCF Message Routing Debugging Error - Multiple Headers

I'm trying to understand the routing of WCF messages, so I'm trying to recreate the simple end-to-end routing that I found to understand the details. The problem is that when I run mine in the debugger, I get an exception:

Several titles were found with the name "VsDebuggerCausalityData" and the namespace "http://schemas.microsoft.com/vstudio/diagnostics/servicemodelsink".

I read that this is because I am debugging all parts at the same time and that the debugger is adding this data to every jump? However, I can debug all parts of the original sample that I work with without errors, so I'm not sure I believe in the explanation I saw, or something else I don’t understand. Does anyone have an explanation on how I can debug mine without getting this exception?

+4
source share
1 answer

Can you check if your machine configurator has an item. You may need to comment on this. (Make a backup before any changes to the machine configuration)

0
source

All Articles