Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 891 Bytes

objectdisposedexception-thrown-by-wpf-spellchecker.md

File metadata and controls

41 lines (29 loc) · 891 Bytes

ObjectDisposedException thrown by WPF spellchecker

Scope

Edge

Version Introduced

4.6.1

Version Reverted

4.7

Source Analyzer Status

NotPlanned

Change Description

WPF applications occasionally crash during application shutdown with an xref:System.ObjectDisposedException?displayProperty=name thrown by the spellchecker. This is fixed in .NET Framework 4.7 WPF by handling the exception gracefully, and thus ensuring that applications are no longer adversely affected. It should be noted that occasional first-chance exceptions would continue to be observed in applications running under a debugger.

  • Quirked
  • Build-time break

Recommended Action

Upgrade to .NET Framework 4.7

Affected APIs

Not detectable via API analysis

Category

Windows Presentation Foundation (WPF)