Microsoft KB Archive/938758

From BetaArchive Wiki

Article ID: 938758

Article Last Modified on 10/15/2007



APPLIES TO

  • Windows Workflow Foundation



SYMPTOMS

In a Microsoft Windows Workflow Foundation project, the Unload method may stop responding (hang). This problem may occur when a Replicator activity is inside a TransactionScope activity.

CAUSE

This problem occurs because a parallel Replicator activity does not receive a Closed signal from an inner Code activity.

This problem may occur if the following conditions are true:

  • The Windows Workflow Foundation project contains two or more nested ActivityExecutionContext (AEC) switches.
  • The innermost AEC switch is executed in an atomic transaction.


RESOLUTION

Hotfix information

A supported hotfix is now available from Microsoft. However, it is intended to correct only the problem that is described in this article. Apply it only to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Microsoft .NET Framework 3.0 service pack that contains this hotfix.

To resolve this problem immediately, 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 Web site:

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.

File information

The English 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.

The .NET Framework 3.0 together with Windows Vista, 64-bit editions
File name File version File size Date Time
System.workflow.activities.dll 3.0.4203.207 1,111,424 20-Sep-2007 21:13
System.workflow.componentmodel.dll 3.0.4203.207 1,643,912 20-Sep-2007 21:13
System.workflow.runtime.dll 3.0.4203.207 591,224 20-Sep-2007 21:13
The .NET Framework 3.0 together with Windows Vista, 32-bit editions
System.workflow.componentmodel.dll 3.0.4203.207 1,643,912 20-Sep-2007 21:15
System.workflow.runtime.dll 3.0.4203.207 591,224 20-Sep-2007 21:15
System.workflow.activities.dll 3.0.4203.207 1,111,424 20-Sep-2007 21:15
The .NET Framework 3.0 together with Windows XP Service Pack 2, a later Windows XP service pack, Windows Server 2003 Service Pack 1, or a later Windows Server 2003 service pack, x64-based versions
File name File version File size Date Time
System.workflow.componentmodel.dll 3.0.4203.207 1,643,912 21-Jun-2007 22:40
System.workflow.activities.dll 3.0.4203.207 1,111,424 21-Jun-2007 22:40
System.workflow.runtime.dll 3.0.4203.207 591,224 21-Jun-2007 22:40
The .NET Framework 3.0 together with Windows XP Service Pack 2, a later Windows XP service pack, Windows Server 2003 Service Pack 1, or a later Windows Server 2003 service pack, x86-based versions
File name File version File size Date Time
System.workflow.componentmodel.dll 3.0.4203.207 1,643,912 21-Jun-2007 22:40
System.workflow.activities.dll 3.0.4203.207 1,111,424 21-Jun-2007 22:40
System.workflow.runtime.dll 3.0.4203.207 591,224 21-Jun-2007 22:40


STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

Typically, the Unload method stops responding when a workflow contains one or more of the following sequences of activities:

  • A While activity, a TransactionScope activity, a Replicator activity, and then a Code activity
  • A While activity, a TransactionScope activity, a While activity, and then any subtree
  • A TransactionScope activity, a Replicator activity, a While activity, and then any subtree
  • A Replicator activity, a TransactionScope activity, a Replicator activity, and then any subtree


Keywords: kbpubtypekc kbqfe kbhotfixserver kbcode kbbug kbprb KB938758