繁体   English   中英

当我们尝试将Snoop附加到我们的应用程序时,为什么Snoop会导致WPF崩溃?

[英]Why is Snoop for WPF crashing when we try attaching it to our application?

当我在我的WPF应用程序上运行Snoop时,我的应用程序崩溃了,我收到一条错误消息“检测到BindingFailure”。 错误的详细信息是:

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对话框中检查了所有异常。 取消选中所有“抛出”列

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM