Confirmation error shown when try to open MS Word document

Asked By 20 points N/A Posted on -
qa-featured

Hello,

I am getting this following error message when try to open MS Word document using .Net web service. How do I remove this annoying error message? I have tried to resolve this matter using different ways but unable to fix it. I extremely need your assistance for the resolution of this error. I would be grateful to you. Thanks for everything.

Confirmation

Retrieving the COM class factory for component with CLSID

{48967118-C4C9-435C-94D8-001247B9A52A}

SHARE
Answered By 0 points N/A #171148

Confirmation error shown when try to open MS Word document

qa-featured

Resolution 1:

You may need to change your DCOM/COM+ permissions to an object. At the DCOM Config tab screen for your project, under security, you will need to make sure both "Launch and Activation" and "Access" have been customized to explicitly include the user account you intend to allow.

Resolution 2:

  • Click the Start button, and then click All Programs > Accessories > Run.
  • In the Run dialog box, type the following, and then click OK: cmd

  • On the command prompt, type the following, and then press Enter: cd C:Program FilesCommon FilesSymantec SharedVProRecovery

  • On the command prompt, type the following commands one at a time, and then press Enter after each one. When you see a confirmation message, click OK:

    • regsvr32 ComConfig.dll regsvr32 EventMonitors.dll regsvr32 NotifyHandler.dll
    • regsvr32 VProAuto.dll regsvr32 VProObj.dll regsvr32 VProScheduler.dll
  • Exit all the programs and then restart the computer.

Regards,

Tyler

Related Questions