.net – System.Windows.Media.DrawingVisual.RenderOpen()一段时间后出错

前端之家收集整理的这篇文章主要介绍了.net – System.Windows.Media.DrawingVisual.RenderOpen()一段时间后出错前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
用例:我使用WPF来动态地覆盖网络上的图像上的文字.

解:
我正在使用DrawingVisual(包含在using语句中)的DrawingContext来绘制原始位图和重叠文本.

问题:在几个请求之后,[DrawingVisual] .RenderOpen()方法开始拒绝执行并抛出以下异常:

The system cannot find the file specified System.ComponentModel.Win32Exception UInt16 RegisterClassEx(WNDCLASSEX_D) at MS.Win32.UnsafeNativeMethods.RegisterClassEx(WNDCLASSEX_D wc_d)
at MS.Win32.HwndWrapper..ctor(Int32 classStyle,Int32 style,Int32 exStyle,Int32 x,Int32 y,Int32 width,Int32 height,String name,IntPtr parent,HwndWrapperHook[] hooks)
at System.Windows.Media.MediaContextNotificationWindow..ctor(MediaContext ownerMediaContext)
at System.Windows.Media.MediaContext..ctor(Dispatcher dispatcher)
at System.Windows.Media.MediaContext.From(Dispatcher dispatcher)
at System.Windows.Media.Visual.VerifyAPIReadWrite()
at System.Windows.Media.DrawingVisual.RenderOpen()
at ...

临时修复:唯一的解决方法是回收服务器上的IIS应用程序池,以解决问题几个小时.

问题:任何人都有这个问题的原因(漏洞,线程,非托管代码等)?有什么其他方式可以在图像上获取文字,避免绘制视觉吗?也许写几何到位图并直接覆盖位图?

这是一个旧的补丁 – 我会假设它被包含在.NET 4.x中 – 但我不太确定.无论如何 – 你可以给它一个镜头.

»Discussion & Bug Report

».NET Patch(x86)

原文链接:https://www.f2er.com/windows/371464.html

猜你在找的Windows相关文章