Domanda

When I run Snoop on my WPF application, my application crashes and I get an error saying "BindingFailure was detected". The details of the error are:

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 anybody encountered this problem before? I have no clue what's causing it.

È stato utile?

Soluzione

Converting my comment into an answer:

You must have checked all exceptions in the Debug -> Exceptions dialog in Visual Studio. Uncheck all "thrown" columns

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top