Skip to content

Commit 9d93f04

Browse files
committed
.NET Framework october nonsec preview release
1 parent 838ee55 commit 9d93f04

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: October 2024 cumulative update preview
3+
description: Learn about the improvements in the .NET Framework October 2024 cumulative update preview.
4+
ms.date: 10/22/2024
5+
---
6+
# October 2024 cumulative update preview
7+
8+
_Released October 22, 2024_
9+
10+
## Summary of what's new in this release
11+
12+
- [Security improvements](#security-improvements)
13+
- [Quality and reliability improvements](#quality-and-reliability-improvements)
14+
15+
### Security improvements
16+
17+
There are no new security improvements in this release. This update is cumulative and contains all previously released security improvements.
18+
19+
### Quality and reliability improvements
20+
21+
#### ASP.NET
22+
23+
Addresses an issue where "The type initializer for ‘System.Web.UI.Util’ threw an exception." error with design-time compilation in Visual Studio for .NET Framework ASP.Net projects (*Applies to: .NET Framework 4.8, 4.8.1.*)
24+
25+
#### CLR Runtime
26+
27+
Address an issue where in rare cases where an infinite loop could occur when a thread enters CLR for the first (*Applies to: .NET Framework 4.8, 4.8.1.*)
28+
29+
Address an issue in cases where incorrect interface call devirtualization could occur when JIT optimizations are enabled (*Applies to: .NET Framework 4.8, 4.8.1.*)
30+
31+
Addresses an issue with out of memory exceptions during garbage collection while running applications running under job limits (*Applies to: .NET Framework 4.8, 4.8.1.*)
32+
33+
#### .NET fundamentals
34+
35+
Addresses an issue with .NET API UserPrincipal.GetAuthorizationGroups to retrieve the Membership of a particular user (*Applies to: .NET Framework 4.8, 4.8.1.*)
36+
37+
#### WPF
38+
39+
Addresses an issue with printing large number of pages due to an OutOfMemory exception (*Applies to: .NET Framework 4.8, 4.8.1.*)
40+
41+
## Known issues in this release
42+
43+
This release contains no known issues.
44+
45+
## Summary tables
46+
47+
The following table outlines the updates in this release.
48+
49+
| Product version | Cumulative update preview |
50+
| --- | --- |
51+
| **Windows 11, version 24H2** | |
52+
| .NET Framework 3.5, 4.8.1 | [5045934](https://support.microsoft.com/kb/5045934) |
53+
| **Windows 11, version 22H2 and Windows 11, version 23H2** | |
54+
| .NET Framework 3.5, 4.8.1 | [5045935](https://support.microsoft.com/kb/5045935) |
55+
| **Windows 10, version 22H2** | **[5045991](https://support.microsoft.com/kb/5045991)** |
56+
| .NET Framework 3.5, 4.8 | [5045936](https://support.microsoft.com/kb/5045936) |
57+
| .NET Framework 3.5, 4.8.1 | [5045933](https://support.microsoft.com/kb/5045933) |
58+
59+
The operating system row lists a KB that's used for update offering purposes. When the operating system KB is offered, the applicability logic determines the specific .NET Framework update(s) that will be installed. Updates for individual .NET Framework versions will be installed based on the version of .NET Framework that is already present on the device. Because of this, the operating system KB is not expected to be listed as installed updates on the device. The expected update to be installed are the .NET Framework–specific version updates listed in the previous table.

docs/framework/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ items:
695695
href: release-notes/2024/08-13-august-security-and-quality-rollup.md
696696
- name: October 2024 security and quality rollup
697697
href: release-notes/2024/10-08-october-security-and-quality-rollup.md
698+
- name: October 2024 cumulative update preview
699+
href: release-notes/2024/10-22-october-preview-cumulative-update.md
698700
- name: What's new
699701
href: whats-new/index.md
700702
- name: What's new in accessibility

0 commit comments

Comments
 (0)