FIX: Deadlocks occur in the Enterprise Services object that uses the .NET Framework 1.1 (889098)



The information in this article applies to:

  • Microsoft .NET Framework 1.1

Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows registry

SYMPTOMS

When an application calls a Microsoft Visual C# Enterprise Services object, and the Enterprise Services object uses the Microsoft .NET Framework 1.1, deadlocks occur in the Enterprise Services object.

CAUSE

This problem occurs because the System.EnterpriseServices.IdentityTable.AddObject method and its supporting functions do not support re-entrancy.

RESOLUTION

Hotfix information

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it 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 Windows XP service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product 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.

Prerequisites

No prerequisites are required.

Restart requirement

You do not have to restart the computer after you apply this hotfix.

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 tool in Control Panel.
File nameFile versionFile sizeDateTimePlatform
Regsvcs.exe1.1.4322.109212,28813-Dec-200421:34x86
System.enterpriseservices.dll1.1.4322.1092241,66413-Dec-200421:34x86
System.enterpriseservices.thunk.dll1.1.4322.109264,00011-Dec-200405:45x86

WORKAROUND

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

To work around this problem, add a new registry key that is named STAThreadPool. To add the registry key, follow these steps:
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following subkey:

    HKEY_LOCAL_MACHINE\Software\Microsoft\COM3

  3. To create the STAThreadPool key, point to New on the Edit menu, and then click Key.
  4. Type STAThreadPool, and then press ENTER.
  5. Point to New on the Edit menu, and then click DWORD value.
  6. Type EmulateMTSBehavior, and then press ENTER.
  7. Right-click EmulateMTSBehavior, and then click Modify.
  8. In the Edit DWORD Value dialog box, type the value 0, and then click OK.
  9. On the File menu, click Exit.

STATUS

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

MORE INFORMATION

For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


Modification Type:MajorLast Reviewed:4/7/2006
Keywords:kbQFE KBHotfixServer kbNetFrame110preSP2fix kbfix kbBug KB889098 kbAudDeveloper kbAudITPRO