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 3013383 for the .NET Framework 4.0 on Windows Vista SP2, Windows 7 SP1, Windows Server 2003 SP2, Windows Server 2008 SP2 and Windows Server 2008 R2 SP1


View products that this article applies to.

This article describes hotfix rollup 3013383 that is available for the Microsoft .NET Framework 4.0. For more information about the issues that the hotfix rollup resolves, see the "Issues that this hotfix rollup resolves" section.

↑ Back to the top


Resolution

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.

↑ Back to the top


More Information

Prerequisites

To apply this hotfix, you must have the .NET Framework 4.0 installed.

Restart requirement

You have to 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 Windows
File nameFile versionFile sizeDateTime
PenIMC.dll4.0.30319.205268,74407-Nov-201415:38
PresentationCore.dll4.0.30319.20523,792,54407-Nov-201415:37
PresentationFramework.dll4.0.30319.20526,433,44807-Nov-201415:37
PresentationHost_v0400.dll4.0.30319.2052181,92807-Nov-201415:38
Setup.exe10.0.30319.205278,98407-Nov-201415:23
SetupEngine.dll10.0.30319.2052811,15207-Nov-201415:23
SetupUi.dll10.0.30319.2052296,58407-Nov-201415:23
System.IdentityModel.dll4.0.30319.2052399,01607-Nov-201415:39
System.ServiceModel.dll4.0.30319.20526,118,05607-Nov-201415:39
WindowsBase.dll4.0.30319.20521,373,32807-Nov-201415:37
wpfgfx_v0400.dll4.0.30319.20521,664,15207-Nov-201415:38
wpftxt_v0400.dll4.0.30319.2052918,68007-Nov-201415:38
System.Workflow.Activities.dll4.0.30319.20521,083,05607-Nov-201415:22
For all supported x64-based versions of Windows
File nameFile versionFile sizeDateTime
PenIMC.dll4.0.30319.205284,10407-Nov-201416:13
PenIMC.dll4.0.30319.205268,74407-Nov-201415:38
PresentationCore.dll4.0.30319.20523,828,89607-Nov-201416:12
PresentationCore.dll4.0.30319.20523,792,54407-Nov-201415:37
PresentationFramework.dll4.0.30319.20526,433,44807-Nov-201415:37
PresentationHost_v0400.dll4.0.30319.2052226,47207-Nov-201416:13
PresentationHost_v0400.dll4.0.30319.2052181,92807-Nov-201415:38
Setup.exe10.0.30319.205278,98407-Nov-201415:23
SetupEngine.dll10.0.30319.2052811,15207-Nov-201415:23
SetupUi.dll10.0.30319.2052296,58407-Nov-201415:23
System.IdentityModel.dll4.0.30319.2052399,01607-Nov-201415:39
System.ServiceModel.dll4.0.30319.20526,118,05607-Nov-201415:39
WindowsBase.dll4.0.30319.20521,373,32807-Nov-201415:37
wpfgfx_v0400.dll4.0.30319.20522,154,13607-Nov-201416:13
wpfgfx_v0400.dll4.0.30319.20521,664,15207-Nov-201415:38
wpftxt_v0400.dll4.0.30319.20521,225,36807-Nov-201416:13
wpftxt_v0400.dll4.0.30319.2052918,68007-Nov-201415:38
System.Workflow.Activities.dll4.0.30319.20521,083,05607-Nov-201415:22
For all supported IA64-based versions of Windows
File nameFile versionFile sizeDateTime
PenIMC.dll4.0.30319.205268,74407-Nov-201415:38
PresentationCore.dll4.0.30319.20523,792,54407-Nov-201415:37
PresentationFramework.dll4.0.30319.20526,433,44807-Nov-201415:37
PresentationHost_v0400.dll4.0.30319.2052181,92807-Nov-201415:38
Setup.exe10.0.30319.205278,98407-Nov-201415:23
SetupEngine.dll10.0.30319.2052811,15207-Nov-201415:23
SetupUi.dll10.0.30319.2052296,58407-Nov-201415:23
System.IdentityModel.dll4.0.30319.2052399,01607-Nov-201415:39
System.ServiceModel.dll4.0.30319.20526,118,05607-Nov-201415:39
WindowsBase.dll4.0.30319.20521,373,32807-Nov-201415:37
wpfgfx_v0400.dll4.0.30319.20521,664,15207-Nov-201415:38
wpftxt_v0400.dll4.0.30319.2052918,68007-Nov-201415:38
System.Workflow.Activities.dll4.0.30319.20521,083,05607-Nov-201415:22

↑ Back to the top



Issues that this hotfix rollup resolves

Issue 1

Assume that you create a System.Workflow.Activities.StateMachineWorkflowActivity class together with an Activities property that specifies an ActivitiesCollection list. The list contains many activities (for example, 300 or more activities) that include State and non-State activities.

In this situation, transitions to State activities that are near the end of the ActivitiesCollection list take much more time to finish than transitions to State activities that are near the beginning of the list.

This hotfix removes unnecessary ActivitiesCollection list traversals when it searches for the target State activity by name during a state transition. Therefore, less time is required to transition to State activities that are near the end of the ActivitiesCollection list.

Issue 2

Assume that you use WCF as a mid-tier client for a website or web service to communicate with a load-balanced back-end service over HTTP. Additionally, one of the back-end hosts is in a failed state that returns HTTP responses together with a "500" status code.

In this situation, the connection to the failed back-end host persists in the WCF ChannelFactory connection pool because it returns valid HTTP responses and causes a high rate of failed requests. There is no mechanism available to remove a connection to a failed host that could lead to front-end requests failing.

To enable this hotfix, add the following line to appSettings in your configuration file:
  <appSettings>
<add key="wcf:httpTransportBinding:useUniqueConnectionPoolPerFactory" value="true"/>
</appSettings>
After this hotfix is enabled, each instance of ChannelFactory that is created and that uses the HTTP transport will have a separate pool of connections. This lets developers partition their connections into separate pools through instantiating multiple ChannelFactory objects. By doing this, a connection to a failed host can be dropped by closing the ChannelFactory instance that is associated with the connection to the failed host. When a ChannelFactory instance is closed, the connections in the pool do not have to be immediately closed because they are controlled by the pooling behavior of the ServicePointManager class. It is important to set a low default idle time-out if many ChannelFactory objects are being created and closed to prevent a situation in which many idle connections are in a pending closure state.

Issue 3

Assume that you have a WPF application that opens a window in the main window. When you resize the second window, the application crashes and throws a null pointer exception.

↑ Back to the top


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

↑ Back to the top

Article Info
Article ID : 3013383
Revision : 3
Created on : 3/10/2020
Published on : 3/10/2020
Exists online : False
Views : 280