Microsoft KB Archive/303966

From BetaArchive Wiki
Knowledge Base


COM+ Service Does Not Raise Startup and Shutdown Events When You Start or Shut Down COM+ Applications

Article ID: 303966

Article Last Modified on 10/6/2005



APPLIES TO

  • Microsoft COM+ 1.0, when used with:
    • Microsoft Windows 2000 Standard Edition



This article was previously published under Q303966

SYMPTOMS

When you try to start or shut down COM+ applications, the COM+ service does not raise startup or shutdown events.

CAUSE

This feature is not available until COM+ Hotfix Rollup Package 14.

RESOLUTION

To resolve this problem, obtain Microsoft COM+ Rollup Hotfix 14. For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

302845 INFO: Availability of Windows 2000 Post-Service Pack 2 COM+ Hotfix Rollup Package 14


A supported fix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Apply it only to computers that are experiencing this specific problem. This fix may receive additional testing. Therefore, if you are not severely affected by this problem, Microsoft recommends that you wait for the next Windows 2000 service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the fix. For a complete list of Microsoft Product Support Services phone 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 typical support costs will apply to additional support questions and issues that do not qualify for the specific update in question.


To use this feature, you must implement the IProcessInitializer interface, which has following signature:

[
    object,
    pointer_default(unique),
    uuid(1113f52d-dc7f-4943-aed6-88d04027e32a)
]
interface IProcessInitializer : IUnknown
{
    HRESULT Startup([in]IUnknown *punkProcessControl);
    HRESULT Shutdown();
}
                    

When you start or shut down an application, the COM+ service calls these two methods respectively.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

For additional information about how to obtain a hotfix for Windows 2000 Datacenter Server, click the article number below to view the article in the Microsoft Knowledge Base:

265173 Datacenter Program and Windows 2000 Datacenter Server Product


For additional information on how to install multiple hotfixes with only one reboot, click the article number below to view the article in the Microsoft Knowledge Base:

296861 Use QChain.exe to Install Multiple Hotfixes with One Reboot


For additional information about how to install Windows 2000 and Windows 2000 hotfixes at the same time, click the article number below to view the article in the Microsoft Knowledge Base:

249149 Installing Microsoft Windows 2000 and Windows 2000 Hotfixes



Additional query words: kbWin2000preSP3COMRollup14Fix

Keywords: kbbug kbfix kbqfe kbwin2000presp3fix KB303966