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
This article was previously published under Q239879
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.
The workaround for this problem is to enter a dummy string or just spaces in the
Constructor String field.
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:
- On the Start menu, select Programs, and then select Administrative Tools to launch Component Services.
- Create a new COM+ Server Application under My Computer\COM+ Applications.
- Install your component in this Application.
- Right-click on this configured component and select Properties. Click the Activation tab.
- Select the Enable Object Construction button and leave the Constructor String blank.
- 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
| 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