Silverlight Arg_COMException
我们的团队开发了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论