でホストされているサードパーティのチャート コントロールを使用した WPF アプリケーションがありWindowsFormsHost
ます。アプリケーションが閉じられると、 aNullReferenceException
が断続的にスローされます (約 10 分の 1 が閉じます)。
チャートにリアルタイム データをプロットしています。プロットには を使用してControl.Invoke
います。
例外のスタック トレースは次のとおりです。
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Media.MediaContext.RegisterICompositionTargetInternal(ICompositionTarget iv)
at System.Windows.Interop.HwndTarget..ctor(IntPtr hwnd)
at System.Windows.Interop.HwndSource.Initialize(HwndSourceParameters parameters)
at System.Windows.Forms.Integration.ElementHost.OnHandleCreated(EventArgs e)
at System.Windows.Forms.Control.WmCreate(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Integration.ElementHost.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)