询问者
异常:System.Messaging.MessageQueueException ("External component has thrown an exception."),但进程未崩溃

问题
-
在Windows 8上,使用ProcDump.exe监控主进程,发现以下异常:
Exception: E0434F4D.System.Messaging.MessageQueueException ("External component has thrown an exception.")
Exception: E0434F4D.System.ArgumentException ("Could not parse to enum from an invalid display name")
Exception: E0434F4D.System.FormatException ("Input string was not in a correct format.")
Exception: E0434F4D.System.Threading.Tasks.TaskCanceledException ("A task was canceled.")
Exception: E0434F4D.System.IO.IOException ("Unable to read data from the transport connection: An existing co
nnection was forcibly closed by the remote host.")但进程并未崩溃。
如何定位和去掉这些异常?
- 已编辑 Yue_Zhang 2017年12月5日 7:33
全部回复
-
你好,
你可以进行干净启动,在干净的环境下查看是否还会出现这样的异常和确定导致问题的原因。
如何在 Windows 中执行干净启动:
https://support.microsoft.com/zh-cn/help/929135/how-to-perform-a-clean-boot-in-windows
同时也可以使用Process Monitor查看进程活动。
https://docs.microsoft.com/en-us/sysinternals/downloads/procmon(英文链接)Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已建议为答案 Vera Hu 2017年12月7日 1:53
-
关于您在帖子中提到的问题有更新吗?或者需要我为您提供什么帮助吗?
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.