當我在我的WPF應用程序上運行Snoop時,我的應用程序崩潰,並且出現「BindingFailure被檢測到」錯誤。錯誤的細節:當我們嘗試將它附加到我們的應用程序時,爲什麼Snoop會造成WPF崩潰?
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.
有沒有人遇到過這個問題嗎?我不知道是什麼原因造成的。
您必須在Visual Studio中的「Debug - > Exceptions」對話框中檢查所有'exceptions'。取消所有「拋出」列 –
是的,就是這樣。謝謝。 –
如果它對你有用,請不要忘記標記我的答案爲已接受。 –