I have a very simple C# problem that loads a Windows WPF window from a library. Here\'s the code:
public partial class App : Application
{
public App()
In VS2015 I am getting two exceptions from WpfXamlDiagnosticsTap.dll
Simply ignoring those two Exception types allows me to run the application, and use the UI Debugging tools. I haven't observed any adverse effects.