gpt4 book ai didi

c# - Silverlight : System. 异常中未处理的异常

转载 作者:太空宇宙 更新时间:2023-11-03 14:05:36 26 4
gpt4 key购买 nike

我在我的项目中使用 SMF 播放器进行在线视频流传输。随机应用程序崩溃。 (有时应用程序运行 60 小时,有时 apln 在 2 小时内崩溃)我已将未处理的异常处理程序添加到主类。

public partial class App : Application
{

public App()
{
this.Startup += this.Application_Startup;
this.Exit += this.Application_Exit;
this.UnhandledException += this.Application_UnhandledException;
InitializeComponent();
}

但是在异常期间,我只得到以下信息,没有堆栈跟踪信息。

UnhandledException of type System.Exception, Error HRESULT E_FAIL has been returned from a call to a COM component.

请帮助解决这个问题。

最佳答案

我在使用 Smooth Streaming Media Element(SL4、SSME 1.5 -> 但我在 SL5 中也遇到了同样的随机错误)

如果我在处理应用程序错误时调用堆栈跟踪,应用程序就会崩溃。

这是我的高效应用程序中的一些严重错误。

我发现的最佳解决方法是在应用程序无响应时使用 JS 启动应用程序(在 SL 中运行一些计时器,在 HTML 上更新一些时间戳,重新加载,如果时间戳早于 10 秒左右) )..

关于c# - Silverlight : System. 异常中未处理的异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9395051/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com