Many people reference the COM component in the. net development Web site. The debugging is normal, but the following error is prompted as soon as it is published to IIS:
Failed to retrieve components whose CLSID is {} in the COM class factory because of the following error: 80070005
The following solutions are available on the Internet:
Failed to retrieve components whose CLSID is {000209FF-0000-0000-C000-000000000046} in the COM class factory because of the following error: 80070005
On CSDN, some netizens have always asked this question, and I have encountered it myself. For some reason, I wrote it for your reference:
Symptoms:
OWordApplic = New Word. Application
When the program runs this sentence, the following error occurs:
Failed to retrieve components whose CLSID is {000209FF-0000-0000-C000-000000000046} in the COM class factory because of the following error: 80070005.
OWordApplic = New Word. Application
When the program runs this sentence, the following error occurs:
Failed to retrieve components whose CLSID is {000209FF-0000-0000-C000-000000000046} in the COM class factory because of the following error: 80070005.
Solution 1:
Control Panel-> Administrative Tools-> component services-> Computer-> my computer-> DCom configuration-> Microsoft Word documents
After
Click properties to open the Properties dialog box for this application.
2. Click the ID tab and select an interactive user.
3. Click the "Security" tab, select "Custom" in the "Start and activate Permissions" and "Access Permissions" groups, and then
Custom-> edit-> Add ASP. NET account and IUSER _ computer name
* These accounts only exist when IIS is installed on the computer.
13. Make sure that each user is allowed to access the service and click OK.
14. Click OK to disable DCOMCNFG.
Solution 2:
If the above method cannot solve the problem, it should be a permission problem. Please try the following method:
Use identity simulation in web. config and add <identity impersonate = "true" userName = "your userName" password = "password"/> In the <system. web> section.
</System. web>