Files
dotnet/Documentation/compatibility/objectdisposedexception-thrown-by-wpf-spellchecker.md
Ron Petrusha 032b744d3a Misc issues (#644)
* Miscellaneous formatting and link changes

* Proper usage of .NET Framework

* Removed 'please'
2018-02-28 16:06:28 -08:00

891 B

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

Upgrade to .NET Framework 4.7

Affected APIs

Not detectable via API analysis

Category

Windows Presentation Foundation (WPF)