Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Introduction

This article describes hotfix rollup 2803772 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.

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:

http://support.microsoft.com/contactus/?ws=supportNote 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.

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 7

File name

File version

File size

Date

Time

System.security.dll

2.0.50727.7017

258,048

23-Jan-2013

22:54

Mscorlib.dll

2.0.50727.7017

4,550,656

23-Jan-2013

22:54

Mscordacwks.dll

2.0.50727.7017

990,280

23-Jan-2013

22:54

Mscorwks.dll

2.0.50727.7017

5,936,688

23-Jan-2013

22:54

Sos.dll

2.0.50727.7017

389,688

23-Jan-2013

22:54

For all supported x64-based versions of the .NET Framework 2.0 SP2 in Windows 7 and Windows Server 2008 R2

File name

File version

File size

Date

Time

Mscorlib.dll

2.0.50727.7017

4,567,040

23-Jan-2013

22:54

Mscordacwks.dll

2.0.50727.7017

1,756,728

23-Jan-2013

22:54

Mscorwks.dll

2.0.50727.7017

10,002,480

23-Jan-2013

22:54

Sos.dll

2.0.50727.7017

485,944

23-Jan-2013

22:54

System.security.dll

2.0.50727.7017

258,048

23-Jan-2013

22:54

System.security.dll

2.0.50727.7017

258,048

23-Jan-2013

22:54

Mscorlib.dll

2.0.50727.7017

4,550,656

23-Jan-2013

22:54

Mscordacwks.dll

2.0.50727.7017

990,280

23-Jan-2013

22:54

Mscorwks.dll

2.0.50727.7017

5,936,688

23-Jan-2013

22:54

Sos.dll

2.0.50727.7017

389,688

23-Jan-2013

22:54

For all supported IA-64-based versions of the .NET Framework 2.0 SP2 in Windows 7 and Windows Server 2008 R2

File name

File version

File size

Date

Time

Mscorlib.dll

2.0.50727.7017

4,009,984

23-Jan-2013

22:53

Mscordacwks.dll

2.0.50727.7017

3,083,320

23-Jan-2013

22:53

Mscorwks.dll

2.0.50727.7017

20,374,576

23-Jan-2013

22:53

Sos.dll

2.0.50727.7017

873,528

23-Jan-2013

22:53

System.security.dll

2.0.50727.7017

258,048

23-Jan-2013

22:53

System.security.dll

2.0.50727.7017

258,048

23-Jan-2013

22:54

Mscorlib.dll

2.0.50727.7017

4,550,656

23-Jan-2013

22:54

Mscordacwks.dll

2.0.50727.7017

990,280

23-Jan-2013

22:54

Mscorwks.dll

2.0.50727.7017

5,936,688

23-Jan-2013

22:54

Sos.dll

2.0.50727.7017

389,688

23-Jan-2013

22:54


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.

Issue 2

Assume that you have a .NET Framework 2.0 SP2-based or a Microsoft .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.


Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×