Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Hotfix rollup 2803756 is available for the .NET Framework 2.0 SP2 in Windows 8 and Windows Server 2012


Introduction

This article describes hotfix rollup 2803756 that is available for the Microsoft .NET Framework 2.0 Service Pack 2 (SP2). This hotfix rollup is available to fix several issues in the .NET Framework 2.0 SP2. For more information about the issues that the hotfix resolves, see the "More information" section.

↑ Back to the top


More Information

Hotfix Information

A supported hotfix is now available from Microsoft. However, it is intended to correct only the problem that this article describes. Apply it only to systems that are experiencing this specific problem.

To resolve this problem, contact Microsoft Customer Support Services to obtain the hotfix. For a complete list of Microsoft Customer Support Services telephone numbers and information about support costs, visit the following Microsoft website:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

Prerequisites

To apply this hotfix, you must have the Microsoft .NET Framework 2.0 SP2 installed.

Restart requirement

You must restart the computer after you apply this hotfix if any affected files are being used. We recommend that you close all .NET Framework-based applications before you apply this hotfix.

Hotfix replacement information

This hotfix package does not replace a previously released hotfix package.
File information
The global version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
For all supported x86-based versions of the .NET Framework 2.0 SP2 in Windows 8
File nameFile versionFile sizeDateTime
System.security.dll2.0.50727.7017258,04822-Jan-201323:06
Mscorlib.dll2.0.50727.70174,550,65622-Jan-201323:06
Mscordacwks.dll2.0.50727.7017990,28022-Jan-201323:06
Mscorwks.dll2.0.50727.70175,936,68822-Jan-201323:06
Sos.dll2.0.50727.7017389,68822-Jan-201323:06
For all supported x64-based versions of the .NET Framework 2.0 SP2 in Windows 8 and Windows Server 2012
File nameFile versionFile sizeDateTime
Mscorlib.dll2.0.50727.70174,567,04022-Jan-201323:06
Mscordacwks.dll2.0.50727.70171,756,72822-Jan-201323:06
Mscorwks.dll2.0.50727.701710,002,48022-Jan-201323:06
Sos.dll2.0.50727.7017485,94422-Jan-201323:06
System.security.dll2.0.50727.7017258,04822-Jan-201323:06
System.security.dll2.0.50727.7017258,04822-Jan-201323:06
Mscorlib.dll2.0.50727.70174,550,65622-Jan-201323:06
Mscordacwks.dll2.0.50727.7017990,28022-Jan-201323:06
Mscorwks.dll2.0.50727.70175,936,68822-Jan-201323:06
Sos.dll2.0.50727.7017389,68822-Jan-201323:06

↑ Back to the top



Issues that this hotfix rollup resolves

Common language runtime (CLR) issues

Issue 1

Assume that you run a .NET Framework 2.0 SP2-based or a Microsoft .NET Framework 3.5 Service Pack 1 (SP1)-based Microsoft Office Automation application on a non-English language operating system. In this situation, the application crashes with an exception.

For example, you run an application that contains the following code:


Imports Microsoft.Office.Interop
Imports Microsoft.Office.Core

Dim oApp As New Excel.Application()
oApp.Visible = True
oApp.UserControl = True
Dim oBooks As Object = oApp.Workbooks
oBooks.GetType().InvokeMember("Add", Reflection.BindingFlags.InvokeMethod, Nothing, oBooks)
Note The .NET Framework 3.5 SP1 includes the .NET Framework 2.0 SP2.

↑ Back to the top


Issue 2

Assume that you have a .NET Framework 2.0 SP2-based or a .NET Framework 3.5 SP1-based application is signed with a signature that uses a certificate. The serial number of the certificate is 00. In this situation, a System.Security.Cryptography.CryptographicException exception occurs when the application verifies the signature. Additionally, the application cannot start.


↑ Back to the top


Keywords: kb, kbexpertiseadvanced, kbsurveynew, kbhotfixserver, kbfix, kbqfe

↑ Back to the top

Article Info
Article ID : 2803756
Revision : 3
Created on : 3/10/2020
Published on : 3/11/2020
Exists online : False
Views : 125