作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
用例:我使用 WPF 在 Web 上下文中的图像上动态叠加文本。
解决方案:
我正在使用 DrawingContext
来自 DrawingVisual
(包裹在 using
语句中)绘制原始位图和覆盖文本。
问题:经过几千次请求后,[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 ...
最佳答案
这是一个旧补丁 - 我会假设它包含在 .NET 4.x 中 - 但我不太确定。无论如何 - 你可以试一试。
» Discussion & Bug Report
» .NET Patch(x86)
关于.net - System.Windows.Media.DrawingVisual.RenderOpen() 一段时间后出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4716435/
用例:我使用 WPF 在 Web 上下文中的图像上动态叠加文本。 解决方案: 我正在使用 DrawingContext来自 DrawingVisual (包裹在 using 语句中)绘制原始位图和覆盖
我是一名优秀的程序员,十分优秀!