Silverlight Arg_COMException

发布于 2024-12-11 08:05:48 字数 929 浏览 0 评论 0原文

我们的团队开发了 Silverilight 4 应用程序。但是我们遇到了零星缺陷的问题,这导致 Arg_COMException 被抛出。以下是此错误的堆栈跟踪:

http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.60531.0&File=mscorlib.dll&Key=Arg_COMException
在 MS.Internal.XcpImports.CheckHResult(UInt32 小时)
在 MS.Internal.XcpImports.FrameworkElement_ArrangeOverride(FrameworkElement 元素,大小 FinalSize)中 在 System.Windows.FrameworkElement.ArrangeOverride(Size FinalSize) 中 在 System.Windows.FrameworkElement.ArrangeOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight) 中,

此类错误后没有 silverlight 插件崩溃。但 SL 屏幕消失,您可以看到主页(通常为空白)。

我们无法在托管代码中捕获此异常。我们不知道如何重现此错误,但它每天至少出现一次(通常更多)。

我们的应用程序由wcf服务、动画、定时器等组成。 我们确实有很多基于 UIElement 的自定义控件。

我们正在寻求您的帮助。 谢谢。

Our team has developed Silverilght 4 application. But we fall into problem with sporadic defect which causes Arg_COMException to be thrown. Here is stack trace for this error:

http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.60531.0&File=mscorlib.dll&Key=Arg_COMException
in MS.Internal.XcpImports.CheckHResult(UInt32 hr)
in MS.Internal.XcpImports.FrameworkElement_ArrangeOverride(FrameworkElement element, Size finalSize)
in System.Windows.FrameworkElement.ArrangeOverride(Size finalSize)
in System.Windows.FrameworkElement.ArrangeOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)

There is no silverlight plugin crash after such error. But SL screen is disappear and you can you see host page (usually blank).

We cannot catch this exception in managed code. We don't know how to reproduce this bug, but it appears at least once a day (usually more).

Our application consists of wcf services, animations, timers and so on.
We do have a lot of custom controls based on UIElement.

We are looking for your help.
Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文