异常操作中止(Excep_FromHResult 0x80004004) [英] Exception Operation aborted (Excep_FromHResult 0x80004004)

查看:109
本文介绍了异常操作中止(Excep_FromHResult 0x80004004)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我在Windows应用商店发布了一个应用,它连接到Application Insights以收集遥测/异常数据。


今天我有一个例外:


操作中止(Excep_FromHResult 0x80004004)

   at< name>!< BaseAddress> + 0x5fae21

   at< name>!< BaseAddress> + 0x5fb304

   at< name>!< BaseAddress> + 0x7e1493

---从抛出异常的上一个位置开始的堆栈跟踪结束---

   at< name>!< BaseAddress> + 0x5fae21

   at< name>!< BaseAddress> + 0x5fb304

   at< name>!< BaseAddress> + 0x7e1f53


说实话,我不知道这意味着什么,甚至我可以做些什么来调试它。


任何人都可以给我一个提示,告诉我如何从这个例外中获得更多细节?有没有办法可以将这些偏移量绑定到文件名/亚麻呢?



解决方案

您好,


请参阅:  针对Windows Phone和商店应用的分析


Microsoft为设备devOps提供了两种解决方案:
HockeyApp ;并为服务器
应用程序洞察


如何在Application Insights中尝试服务器端的日志,例外和自定义诊断?您可以查看此文档,其中显示了如何操作。 


https://azure.microsoft.com/en-us/documentation/articles/app-insights-search-diagnostic-logs/


您可以跟踪应用程序的执行控制并记录跟踪和执行以缩小您所遇到的问题。 


 


Hello,

I have an app published in Windows Store which connected to Application Insights for collecting telemetry/exception data.

Today I got an exception:

Operation aborted (Excep_FromHResult 0x80004004)
   at <name>!<BaseAddress>+0x5fae21
   at <name>!<BaseAddress>+0x5fb304
   at <name>!<BaseAddress>+0x7e1493
--- End of stack trace from previous location where exception was thrown ---
   at <name>!<BaseAddress>+0x5fae21
   at <name>!<BaseAddress>+0x5fb304
   at <name>!<BaseAddress>+0x7e1f53

And to be honest I have no idea what this can mean and even what I can do in order to debug it.
Can anyone please give me a hint on how I may get more details from this exception? Is there a way I can bind these offsets to filename/linenumber?

解决方案

Hi,

Please see: Analytics for Windows Phone and Store apps

Microsoft provides two solutions for device devOps: HockeyApp for client side analytics; and Application Insights for the server side.

How about trying to Logs, exceptions and custom diagnostics for Server Side in Application Insights? You can look at this document which shows how to do it. 

https://azure.microsoft.com/en-us/documentation/articles/app-insights-search-diagnostic-logs/

You can track the execution control of the app and log trace and execption to narrow down the issue you are having. 

 


这篇关于异常操作中止(Excep_FromHResult 0x80004004)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆