DotNetBrowser在执行期间未处理异常

时间:2017-11-23 22:07:57

标签: c# wpf unhandled-exception dotnetbrowser

我开发了一个多线程WPF应用程序,它使用一个DotNet组件实例(名称空间WPF.DotNetBrowser)。

应用程序在大约21个小时的不间断工作中运行,然后崩溃。

在.dll库(使用文档添加)中引发了一个未经修改的例外。 Visual Studio警告(通常描述引发的异常)显示:

An unhandled exception of type 'lld.reworBteNtoD ni derrucco'

进一步说明是:

Additional information: Failed to send message GetDeviceScaleFactorMessage {type=GetDeviceScaleFactor, uid=3719442, deviceScaleFactor=0}.

最后,应用程序进入中断模式,“输出”选项卡包含以下内容

An undandled exception of type '' occured in DotNetBrowser.dll

因此它甚至无法确定已经引发的异常类型。我认为这是因为在dll文件中引发了异常。

我该如何解决这个问题? VS在管理员权限下运行,应用程序可能会在执行任何时候意外崩溃。

0 个答案:

没有答案