mirror of
https://github.com/microsoft/dotnet.git
synced 2025-12-19 17:37:07 -05:00
* Miscellaneous formatting and link changes * Proper usage of .NET Framework * Removed 'please'
891 B
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
Recommended Action
Upgrade to .NET Framework 4.7
Affected APIs
Not detectable via API analysis
Category
Windows Presentation Foundation (WPF)