COM shows multiple notifications and errors

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

Hi there experts,

I have these errors with the same source COM. I don’t have any idea what it means or what is causing these errors. Can anyone please help me please to fix this error ? What is causing them and why I have so many ?

Thank you experts !

COM Error Notification

Function Name “Namespace”

ERROR: The COM Object may not be a valid Dispatch Object!

First ensure that COM Library has been initialized through COM _ Init().

()

Will Continue?

SHARE
Answered By 0 points N/A #179192

COM shows multiple notifications and errors

qa-featured

First of all fix the code in your COM script as shown in the image.

COM-code-right-part

Other than this,

  • Check the registry entry HKCR messenger. UIAutomation. 
  • Check the specified CLSID key in HKCR {..}. BTW 
  • In this way you can fix the error that is your Communicator replaced or disabled the messenger or its derivatives.
  • So,  When "Communicator" will be installed the "UIAutomation" will be failed.
  • Therefore you need to fix the code and to reset the registry key, to fix the rror.

Related Questions