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?
Rock source share