Why does Snoop for WPF crash when we try to associate it with our application?

When I start Snoop in my WPF application, my application crashes and I get the error message “BindingFailure was detected”. Error Details:

The assembly with display name 'Snoop.XmlSerializers' failed to load in the 'LoadFrom' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'Snoop.XmlSerializers, Version=2.8.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Has anyone encountered this problem before? I do not know what causes it.

+7
source share
1 answer

Convert my comment to response:

You should have checked all exceptions in the Debug -> Exceptions dialog box in Visual Studio. Uncheck all abandoned columns

+12
source

All Articles