WPF 应用程序在 Windows 10 中出现 WndProc 异常;在 Windows 8、8.1 中未出现

WPF Application has WndProc Exception in Windows 10; Not seen in Windows 8, 8.1

我希望有开发人员承诺在 Windows 10 中开始工作。我还没有完全沉浸在 Windows 10 中严格编码的地步。希望你们中的一些人看到了如下所述的类似行为。

此应用程序是专有设计;我无法提供更多更精细的细节。我可以告诉你,它涉及在屏幕上的任何 window 中获取 UI 自动化元素的位置。

此 WPF 应用程序在 Windows 8 和 8.1 中运行良好。 它在 Windows 10 中也能很好地工作。但是当我尝试在 "Metro Outlook Mail" 应用程序中使用该应用程序时,出现以下异常。 一般来说,这个class中的WndProc是处理笔事件和手指事件的检测。

以下是异常详情:

WndProc Exception: 
The pipe is being closed. 
Failed to get raw data from the pointer device. 
at WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

如果你们在 Windows 10 系统上测试 pre-Windows 10 应用程序时看到了这个,请告诉我。

谢谢

看来我测试的Windows10版本太绿了。在测试下一个版本时,此错误消失了。