Microsoft Knowledge Base Email Alertz

(239879) - Create a component that implements IObjectConstruct::Construct . Configure the component as a COM+ application and enable the object construction property, but do not provide a constructor string. Attempting to instantiate the COM+ object results...

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 239879 - Last Review: February 28, 2007 - Revision: 3.2

CoCreateInstance Fails on COM+ Object with Object Construction Enabled and No Constructor String Present

System TipThis article applies to a different version of Windows than the one you are using. Content in this article may not be relevant to you. Visit the Windows Vista Solution Center
This article was previously published under Q239879

On This Page

SYMPTOMS

Create a component that implements IObjectConstruct::Construct. Configure the component as a COM+ application and enable the object construction property, but do not provide a constructor string.

Attempting to instantiate the COM+ object results in the following error:
Error 8004e025 Automation Error
COM+ Activation function failed because an initialization function failed.

WORKAROUND

The workaround for this problem is to enter a dummy string or just spaces in the Constructor String field.

MORE INFORMATION

Steps to Reproduce Behavior:

  • Create a component that derives from IObjectConstruct and implements IObjectConstruct::Construct but does not use a constructor string.
  • Configure this component in a COM+ Server Application such that object construction is enabled in Component Services but the constructor string is left blank.
To do this:
  1. On the Start menu, select Programs, and then select Administrative Tools to launch Component Services.
  2. Create a new COM+ Server Application under My Computer\COM+ Applications.
  3. Install your component in this Application.
  4. Right-click on this configured component and select Properties. Click the Activation tab.
  5. Select the Enable Object Construction button and leave the Constructor String blank.
  6. Try to create this component through a client application.
An error message is displayed saying:
Error 8004e025 Automation Error
COM+ Activation function failed because an initialization function failed.
If you just enter a dummy string or spaces for the constructor string, an instance of the object can be created.

APPLIES TO
  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional Edition
Keywords: 
kbprb kbsysadmin KB239879
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate