I made a small change to my wpf project and all of a sudden I got the below message.
A first chance exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll
Additional information: 'Set connectionId threw an exception.' Line number '10' and line position '7'.
This message didn't give me any idea what the really issue was. Luckily, I only made a small change. I change a combo box to use an itemsource instead of adding the items and I didn't clear the values.
Bottom line is this the debugging didn't give me a clue to what happened. Is there anything that will help debugging these apps.