When retrieving components whose CLSID is {000209ff-0000-0000-c000-000000000046} in the com class factory, the following error occurs: 80070005

Source: Internet
Author: User

Problem description:

Solution to failure when retrieving components whose CLSID is {000209ff-0000-0000-c000-000000000046} in the com class factory

When the application program runs this sentence, the following error occurs: retrieving components whose CLSID is {000209ff-0000-0000-c000-000000000046} in the com class factory fails because of the following error: 80070005.

Solution:

1. Configure the DCOM permission for the corresponding word.

1: Install wordsoftware for office on the server.

2: Enter dcomcnfg.exe in "start"-> "run" to start "Component Service"

3: Double-click "component service"> "computer"> "my computer"> "DCOM configuration"

4. In "DCOM configuration", find "Microsoft Word application", right-click it, and click "properties". The "Microsoft Word application properties" dialog box is displayed.

5. Click the "ID" tab and select "Interactive User"

6. Click the "Security" tab, click "Custom" on "Start and activate Permissions", and then click the corresponding "edit" button. In the displayed "security" dialog box, enter

A "Network Service" user (note that you must select the computer name), and grant it the "local start" and "Local activation" permissions.

7: the "Security" label is still displayed. Click "Custom" on "Access Permissions", and then click "edit". In the displayed "security" dialog box, add a "network"

Service, and then grant the "local access" permission.

In this way, we have configured the DCOM permission for the corresponding word.

2. Configure web. config

Use identity simulation in Web. config and add <identity impersonate = "false" username = "your username" Password = "password"/> to the <system. Web> section.

</System. Web>

(Note: In the original article impersonate = "true", the tested value should be impersonate = "false ")

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.