Microsoft로 로그인
로그인하거나 계정을 만듭니다.
안녕하세요.
다른 계정을 선택합니다.
계정이 여러 개 있음
로그인할 계정을 선택합니다.
영어
죄송합니다. 이 문서는 귀하의 언어로 사용할 수 없습니다.

Introduction

This article describes hotfix rollup 2784156 that is available for the .NET Framework 2.0 Service Pack 2 (SP2) in Windows 8 and Windows Server 2012. This hotfix rollup is available to fix several issues in the Microsoft .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 in Windows 8 or Windows Server 2012.

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 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 8

File name

File version

File size

Date

Time

Platform

System.web.regularexpressions.dll

2.0.50727.7012

98,304

20-Nov-2012

0:07

x86

System.web.services.dll

2.0.50727.7012

839,680

20-Nov-2012

0:07

x86

System.dll

2.0.50727.7012

3,198,976

20-Nov-2012

0:07

x86

Aspnet_wp.exe

2.0.50727.7012

31,304

20-Nov-2012

0:07

x86

Webengine.dll

2.0.50727.7012

437,296

20-Nov-2012

0:07

x86

System.data.dll

2.0.50727.7012

2,972,672

20-Nov-2012

0:07

x86

System.web.dll

2.0.50727.7012

5,259,264

20-Nov-2012

0:07

x86

For all supported x64-based versions of the .NET Framework 2.0 SP2 in Windows 8, Windows Server 2012

File name

File version

File size

Date

Time

Platform

Aspnet_wp.exe

2.0.50727.7012

43,056

19-Nov-2012

23:06

x64

System.web.regularexpressions.dll

2.0.50727.7012

98,304

19-Nov-2012

23:06

x86

System.web.services.dll

2.0.50727.7012

839,680

19-Nov-2012

23:06

x86

System.dll

2.0.50727.7012

3,198,976

19-Nov-2012

23:06

x86

Webengine.dll

2.0.50727.7012

746,568

19-Nov-2012

23:06

x64

System.data.dll

2.0.50727.7012

3,145,728

19-Nov-2012

23:06

x64

System.web.dll

2.0.50727.7012

5,267,456

19-Nov-2012

23:06

x64

System.web.regularexpressions.dll

2.0.50727.7012

98,304

20-Nov-2012

0:07

x86

System.web.services.dll

2.0.50727.7012

839,680

20-Nov-2012

0:07

x86

System.dll

2.0.50727.7012

3,198,976

20-Nov-2012

0:07

x86

Aspnet_wp.exe

2.0.50727.7012

31,304

20-Nov-2012

0:07

x86

Webengine.dll

2.0.50727.7012

437,296

20-Nov-2012

0:07

x86

System.data.dll

2.0.50727.7012

2,972,672

20-Nov-2012

0:07

x86

System.web.dll

2.0.50727.7012

5,259,264

20-Nov-2012

0:07

x86


Issues that this hotfix rollup resolves

Common language runtime (CLR) issue

When you are using some non-English operating systems, the PerformanceCounterCategory.GetCategories method cannot return a list of performance counter categories. Additionally, a .NET Framework application returns no values when you run code that resembles the following enumerate performance counter categories:

PerformanceCounterCategory[] categories;
categories = PerformanceCounterCategory.GetCategories();
Console.WriteLine(categories.Length + " categories are registered on this computer");

After you apply the hotfix, you must add the following LocalizedPerfCounter configuration key to the application configuration file for your .NET Framework application:

<configuration>
<appSettings>
<add key="LocalizedPerfCounter" value="true" />
</appSettings>
</configuration>

ASP.NET issueAssume that you have a computer that has Internet Explorer 10 standard mode enabled. When you click the Image Control button in an UpdatePanel control on a webpage, you receive the following JavaScript error message:

SCRIPT5022: Sys.WebForms.PageRequestManagerServerErrorException: Input string was not in a correct format.

SQL Server issueThis hotfix adds changes to how Windows Security Support Provider Interface (SSPI) is invoked.

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

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.

이 정보가 유용한가요?

사용 경험에 어떠한 영향을 주었나요?
제출을 누르면 피드백이 Microsoft 제품과 서비스를 개선하는 데 사용됩니다. IT 관리자는 이 데이터를 수집할 수 있습니다. 개인정보처리방침

의견 주셔서 감사합니다!

×