检测到重入
我在设置 Web 浏览器控件的属性时收到“检测到重入”MDA 错误。 仅当我调用“SetWindowsHookEx”来挂钩同一线程中的某些拨号盘时,才会发生这种情况。
通常,此挂钩代码工作正常,但与 Webbrowser Control 配合使用效果不佳。 当我忽略异常代码时工作正常,至少看起来很好,但显然我有点担心。
是否知道为什么确切会发生此错误以及如何解决该问题。
我在 MSDN 中看到了这篇文章 - http://msdn.microsoft.com /en-us/library/ms172237.aspx 但这并没有真正的帮助。
I'm getting "Reentrancy was detected" MDA error while setting a webbrowser control's properties.
This only happens if I call "SetWindowsHookEx" to hook some dials within the same thread.
Normally this hooking code works fine but it doesn't play nice with Webbrowser Control. When I ignore the exception code works fine, at least look like fine but obviously I'm a bit worried.
Is there any idea why exactly this error is happening and how to resolve the problem.
I've seen this article in MSDN - http://msdn.microsoft.com/en-us/library/ms172237.aspx but it doesn't help really.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现:
I figured that out: